diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 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. |