Allow geom_concat and geom_gate to be compiled in kernel.
This commit is contained in:
parent
39080a7d0e
commit
7226443d39
@ -121,7 +121,9 @@ options GEOM_AES # Don't use, use GEOM_BDE
|
||||
options GEOM_APPLE # Apple partitioning
|
||||
options GEOM_BDE # Disk encryption.
|
||||
options GEOM_BSD # BSD disklabels
|
||||
options GEOM_CONCAT # Disk concatenation.
|
||||
options GEOM_FOX # Redundant path mitigation
|
||||
options GEOM_GATE # Userland services.
|
||||
options GEOM_GPT # GPT partitioning
|
||||
options GEOM_MBR # DOS/MBR partitioning
|
||||
options GEOM_PC98 # NEC PC9800 partitioning
|
||||
|
@ -917,6 +917,8 @@ geom/bde/g_bde_work.c optional geom_bde
|
||||
crypto/rijndael/rijndael-alg-fst.c optional geom_bde
|
||||
crypto/rijndael/rijndael-api-fst.c optional geom_bde
|
||||
crypto/sha2/sha2.c optional geom_bde
|
||||
geom/concat/g_concat.c optional geom_concat
|
||||
geom/gate/g_gate.c optional geom_gate
|
||||
geom/geom_aes.c optional geom_aes
|
||||
geom/geom_apple.c optional geom_apple
|
||||
geom/geom_bsd.c optional geom_bsd
|
||||
|
@ -68,7 +68,9 @@ GEOM_AES opt_geom.h
|
||||
GEOM_APPLE opt_geom.h
|
||||
GEOM_BDE opt_geom.h
|
||||
GEOM_BSD opt_geom.h
|
||||
GEOM_CONCAT opt_geom.h
|
||||
GEOM_FOX opt_geom.h
|
||||
GEOM_GATE opt_geom.h
|
||||
GEOM_GPT opt_geom.h
|
||||
GEOM_MBR opt_geom.h
|
||||
GEOM_MIRROR opt_geom.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user