diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 4641d95651d3..8e6ae5ed8379 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -479,6 +479,13 @@ config CRYPTO_SHA1_ARM | |||
479 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented | 479 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented |
480 | using optimized ARM assembler. | 480 | using optimized ARM assembler. |
481 | 481 | ||
482 | config CRYPTO_SHA1_PPC | ||
483 | tristate "SHA1 digest algorithm (powerpc)" | ||
484 | depends on PPC | ||
485 | help | ||
486 | This is the powerpc hardware accelerated implementation of the | ||
487 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). | ||
488 | |||
482 | config CRYPTO_SHA256 | 489 | config CRYPTO_SHA256 |
483 | tristate "SHA224 and SHA256 digest algorithm" | 490 | tristate "SHA224 and SHA256 digest algorithm" |
484 | select CRYPTO_HASH | 491 | select CRYPTO_HASH |