34 lines
760 B
Plaintext
34 lines
760 B
Plaintext
|
config GAF
|
||
|
bool "Use GAF structure"
|
||
|
default y if PROCA || FIVE
|
||
|
default n
|
||
|
help
|
||
|
Enable GAF structure
|
||
|
|
||
|
if GAF
|
||
|
# When adding new entries keep the list in alphabetical order
|
||
|
choice
|
||
|
prompt "Version of GAF structure"
|
||
|
default GAF_V5 if PROCA
|
||
|
default GAF_V4 if FIVE
|
||
|
default GAF_V3
|
||
|
config GAF_V3
|
||
|
bool "Use GAF structure version 3"
|
||
|
help
|
||
|
Default option for FIVE-disabled kernel
|
||
|
config GAF_V4
|
||
|
bool "Use GAF structure version 4"
|
||
|
help
|
||
|
Default option for kernel without PROCA LSM module.
|
||
|
config GAF_V5
|
||
|
bool "Use GAF structure version 5"
|
||
|
help
|
||
|
Default option for kernel with PROCA 2.0-2.1 LSM module.
|
||
|
config GAF_V6
|
||
|
bool "Use GAF structure version 6"
|
||
|
help
|
||
|
Default option for kernel with PROCA 2.2+ LSM module.
|
||
|
endchoice
|
||
|
|
||
|
endif #GAF
|