diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/apparmor/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/Kconfig b/security/apparmor/Kconfig index d49c53960b60..232469baa94f 100644 --- a/security/apparmor/Kconfig +++ b/security/apparmor/Kconfig | |||
@@ -33,7 +33,7 @@ config SECURITY_APPARMOR_BOOTPARAM_VALUE | |||
33 | config SECURITY_APPARMOR_HASH | 33 | config SECURITY_APPARMOR_HASH |
34 | bool "SHA1 hash of loaded profiles" | 34 | bool "SHA1 hash of loaded profiles" |
35 | depends on SECURITY_APPARMOR | 35 | depends on SECURITY_APPARMOR |
36 | depends on CRYPTO | 36 | select CRYPTO |
37 | select CRYPTO_SHA1 | 37 | select CRYPTO_SHA1 |
38 | default y | 38 | default y |
39 | 39 | ||