summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto/Kconfig
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-04-09 12:55:43 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2015-04-10 21:39:45 +0800
commit9205b94923213ee164d7398fdc90826e463c281a (patch)
tree4391d6b50ba266a9538dac2f8eba5f9d18370c38 /arch/arm/crypto/Kconfig
parentb59e2ae3690c8ef5f8ddeeb0b6b3313521b915e6 (diff)
downloadlinux-stable-9205b94923213ee164d7398fdc90826e463c281a.tar.gz
linux-stable-9205b94923213ee164d7398fdc90826e463c281a.tar.bz2
linux-stable-9205b94923213ee164d7398fdc90826e463c281a.zip
crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layer
This removes all the boilerplate from the existing implementation, and replaces it with calls into the base layer. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm/crypto/Kconfig')
-rw-r--r--arch/arm/crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/crypto/Kconfig b/arch/arm/crypto/Kconfig
index 5ed98bc6f95d..a267529d9577 100644
--- a/arch/arm/crypto/Kconfig
+++ b/arch/arm/crypto/Kconfig
@@ -39,7 +39,7 @@ config CRYPTO_SHA1_ARM_CE
config CRYPTO_SHA2_ARM_CE
tristate "SHA-224/256 digest algorithm (ARM v8 Crypto Extensions)"
depends on KERNEL_MODE_NEON
- select CRYPTO_SHA256
+ select CRYPTO_SHA256_ARM
select CRYPTO_HASH
help
SHA-256 secure hash standard (DFIPS 180-2) implemented