diff options
Diffstat (limited to 'arch/arm/crypto/Kconfig')
-rw-r--r-- | arch/arm/crypto/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/crypto/Kconfig b/arch/arm/crypto/Kconfig index d7bc10beb8ac..9c1478e55a40 100644 --- a/arch/arm/crypto/Kconfig +++ b/arch/arm/crypto/Kconfig | |||
@@ -37,6 +37,15 @@ config CRYPTO_SHA1_ARM_CE | |||
37 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented | 37 | SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented |
38 | using special ARMv8 Crypto Extensions. | 38 | using special ARMv8 Crypto Extensions. |
39 | 39 | ||
40 | config CRYPTO_SHA2_ARM_CE | ||
41 | tristate "SHA-224/256 digest algorithm (ARM v8 Crypto Extensions)" | ||
42 | depends on KERNEL_MODE_NEON | ||
43 | select CRYPTO_SHA256 | ||
44 | select CRYPTO_HASH | ||
45 | help | ||
46 | SHA-256 secure hash standard (DFIPS 180-2) implemented | ||
47 | using special ARMv8 Crypto Extensions. | ||
48 | |||
40 | config CRYPTO_SHA512_ARM_NEON | 49 | config CRYPTO_SHA512_ARM_NEON |
41 | tristate "SHA384 and SHA512 digest algorithm (ARM NEON)" | 50 | tristate "SHA384 and SHA512 digest algorithm (ARM NEON)" |
42 | depends on KERNEL_MODE_NEON | 51 | depends on KERNEL_MODE_NEON |