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 3f88a526d2da..8dde4fcf99c9 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -369,7 +369,7 @@ config CRYPTO_SHA256 | |||
369 | 369 | ||
370 | config CRYPTO_SHA512 | 370 | config CRYPTO_SHA512 |
371 | tristate "SHA384 and SHA512 digest algorithms" | 371 | tristate "SHA384 and SHA512 digest algorithms" |
372 | select CRYPTO_ALGAPI | 372 | select CRYPTO_HASH |
373 | help | 373 | help |
374 | SHA512 secure hash standard (DFIPS 180-2). | 374 | SHA512 secure hash standard (DFIPS 180-2). |
375 | 375 | ||