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 913532c5db4f..e825e0ae78e7 100644 --- a/security/integrity/evm/Kconfig +++ b/security/integrity/evm/Kconfig | |||
@@ -44,7 +44,7 @@ config EVM_EXTRA_SMACK_XATTRS | |||
44 | 44 | ||
45 | config EVM_LOAD_X509 | 45 | config EVM_LOAD_X509 |
46 | bool "Load an X509 certificate onto the '.evm' trusted keyring" | 46 | bool "Load an X509 certificate onto the '.evm' trusted keyring" |
47 | depends on INTEGRITY_TRUSTED_KEYRING | 47 | depends on EVM && INTEGRITY_TRUSTED_KEYRING |
48 | default n | 48 | default n |
49 | help | 49 | help |
50 | Load an X509 certificate onto the '.evm' trusted keyring. | 50 | Load an X509 certificate onto the '.evm' trusted keyring. |