diff options
-rw-r--r-- | security/integrity/evm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/evm/Kconfig b/security/integrity/evm/Kconfig index 444877d9239b..884617d4aad0 100644 --- a/security/integrity/evm/Kconfig +++ b/security/integrity/evm/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config EVM | 1 | config EVM |
2 | boolean "EVM support" | 2 | boolean "EVM support" |
3 | depends on SECURITY && KEYS | 3 | depends on SECURITY && KEYS && TCG_TPM |
4 | select CRYPTO_HMAC | 4 | select CRYPTO_HMAC |
5 | select CRYPTO_MD5 | 5 | select CRYPTO_MD5 |
6 | select CRYPTO_SHA1 | 6 | select CRYPTO_SHA1 |