You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
454 B
16 lines
454 B
config SECURITY_DEFEX
|
|
bool "Defex Support"
|
|
depends on SECURITY
|
|
default n
|
|
help
|
|
This selects the Defex support.
|
|
If you are unsure how to answer this question, answer N.
|
|
|
|
config DEFEX_KERNEL_ONLY
|
|
bool "Defex Kernel Only"
|
|
depends on SECURITY
|
|
default y
|
|
help
|
|
This lets defex know whether kernel-only build or not.
|
|
Default value will be set to "y" if the build is kernel-only.
|
|
And it will be changed to "n" by build.py at platform-build.
|
|
|