diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 989304ca3eab..3d04fa880e44 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -357,7 +357,7 @@ config CRYPTO_SHA1 | |||
357 | 357 | ||
358 | config CRYPTO_SHA256 | 358 | config CRYPTO_SHA256 |
359 | tristate "SHA224 and SHA256 digest algorithm" | 359 | tristate "SHA224 and SHA256 digest algorithm" |
360 | select CRYPTO_ALGAPI | 360 | select CRYPTO_HASH |
361 | help | 361 | help |
362 | SHA256 secure hash standard (DFIPS 180-2). | 362 | SHA256 secure hash standard (DFIPS 180-2). |
363 | 363 | ||