diff options
-rw-r--r-- | lib/Kconfig | 2 | ||||
-rw-r--r-- | security/integrity/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index c1a89185fe6b..5634e473ff6d 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -295,7 +295,7 @@ config MPILIB_EXTRA | |||
295 | 295 | ||
296 | config DIGSIG | 296 | config DIGSIG |
297 | tristate "In-kernel signature checker" | 297 | tristate "In-kernel signature checker" |
298 | depends on CRYPTO | 298 | depends on KEYS |
299 | select MPILIB | 299 | select MPILIB |
300 | help | 300 | help |
301 | Digital signature verification. Currently only RSA is supported. | 301 | Digital signature verification. Currently only RSA is supported. |
diff --git a/security/integrity/Kconfig b/security/integrity/Kconfig index d87fa2a8fa3b..d384ea921482 100644 --- a/security/integrity/Kconfig +++ b/security/integrity/Kconfig | |||
@@ -5,7 +5,7 @@ config INTEGRITY | |||
5 | 5 | ||
6 | config INTEGRITY_DIGSIG | 6 | config INTEGRITY_DIGSIG |
7 | boolean "Digital signature verification using multiple keyrings" | 7 | boolean "Digital signature verification using multiple keyrings" |
8 | depends on INTEGRITY | 8 | depends on INTEGRITY && KEYS |
9 | default n | 9 | default n |
10 | select DIGSIG | 10 | select DIGSIG |
11 | help | 11 | help |