diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 854735d96dc3..dbaf19ea84e8 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -304,7 +304,8 @@ config MPILIB_EXTRA | |||
304 | 304 | ||
305 | config SIGNATURE | 305 | config SIGNATURE |
306 | tristate "In-kernel signature checker" | 306 | tristate "In-kernel signature checker" |
307 | depends on KEYS | 307 | depends on KEYS && CRYPTO |
308 | select CRYPTO_SHA1 | ||
308 | select MPILIB | 309 | select MPILIB |
309 | help | 310 | help |
310 | Digital signature verification. Currently only RSA is supported. | 311 | Digital signature verification. Currently only RSA is supported. |