Add config glue to add an optional GEOM_VOL to add optional volume support.

Reviewed by:	jake (mentor)
This commit is contained in:
Gordon Tetlow 2003-02-03 17:35:54 +00:00
parent 6be2e1dd37
commit cd53fddb6a
3 changed files with 3 additions and 0 deletions

View file

@ -122,6 +122,7 @@ options GEOM_GPT
options GEOM_MBR
options GEOM_PC98
options GEOM_SUNLABEL
options GEOM_VOL
#
# The root device and filesystem type can be compiled in;

View file

@ -890,6 +890,7 @@ geom/geom_pc98.c optional geom_pc98
geom/geom_slice.c standard
geom/geom_subr.c standard
geom/geom_sunlabel.c optional geom_sunlabel
geom/geom_vol_ffs.c optional geom_vol
crypto/rijndael/rijndael-alg-fst.c optional geom
crypto/rijndael/rijndael-api-fst.c optional geom
gnu/ext2fs/ext2_alloc.c optional ext2fs \

View file

@ -96,6 +96,7 @@ GEOM_MBR opt_geom.h
GEOM_MIRROR opt_geom.h
GEOM_PC98 opt_geom.h
GEOM_SUNLABEL opt_geom.h
GEOM_VOL opt_geom.h
HW_WDOG
KSTACK_PAGES
KSTACK_MAX_PAGES