aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/integrity/evm/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/integrity/evm/Kconfig b/security/integrity/evm/Kconfig
index 884617d4aad0..afbb59dd262d 100644
--- a/security/integrity/evm/Kconfig
+++ b/security/integrity/evm/Kconfig
@@ -1,11 +1,10 @@
1config EVM 1config EVM
2 boolean "EVM support" 2 boolean "EVM support"
3 depends on SECURITY && KEYS && TCG_TPM 3 depends on SECURITY && KEYS && (TRUSTED_KEYS=y || TRUSTED_KEYS=n)
4 select CRYPTO_HMAC 4 select CRYPTO_HMAC
5 select CRYPTO_MD5 5 select CRYPTO_MD5
6 select CRYPTO_SHA1 6 select CRYPTO_SHA1
7 select ENCRYPTED_KEYS 7 select ENCRYPTED_KEYS
8 select TRUSTED_KEYS
9 default n 8 default n
10 help 9 help
11 EVM protects a file's security extended attributes against 10 EVM protects a file's security extended attributes against