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.
23 lines
658 B
23 lines
658 B
config SECURITY_DEFEX
|
|
bool "Defex Support"
|
|
depends on SECURITY && (!KCOV || SAMSUNG_PRODUCT_SHIP)
|
|
select CRYPTO
|
|
select CRYPTO_RSA
|
|
select CRYPTO_SHA1
|
|
select CRYPTO_SHA256
|
|
select CRYPTO_HASH_INFO
|
|
select INTEGRITY_SIGNATURE
|
|
select INTEGRITY_ASYMMETRIC_KEYS
|
|
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_DEFEX
|
|
default n
|
|
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.
|
|
|