aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto
diff options
context:
space:
mode:
authorGravatar Ard Biesheuvel <ard.biesheuvel@linaro.org> 2019-09-17 09:50:01 +0100
committerGravatar Herbert Xu <herbert@gondor.apana.org.au> 2019-10-01 23:06:43 +1000
commitf703964fc66804e6049f2670fc11045aa8359b1a (patch)
treea241367ce67857a0df91d408e2bfdec91b37b5ea /arch/arm/crypto
parentcrypto: arm/aes-ce - build for v8 architecture explicitly (diff)
downloadlinux-f703964fc66804e6049f2670fc11045aa8359b1a.tar.gz
linux-f703964fc66804e6049f2670fc11045aa8359b1a.tar.bz2
linux-f703964fc66804e6049f2670fc11045aa8359b1a.zip
crypto: arm/aes-ce - add dependency on AES library
The ARM accelerated AES driver depends on the new AES library for its non-SIMD fallback so express this in its Kconfig declaration. 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')
-rw-r--r--arch/arm/crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/crypto/Kconfig b/arch/arm/crypto/Kconfig
index b24df84a1d7a..043b0b18bf7e 100644
--- a/arch/arm/crypto/Kconfig
+++ b/arch/arm/crypto/Kconfig
@@ -98,6 +98,7 @@ config CRYPTO_AES_ARM_CE
tristate "Accelerated AES using ARMv8 Crypto Extensions"
depends on KERNEL_MODE_NEON
select CRYPTO_BLKCIPHER
+ select CRYPTO_LIB_AES
select CRYPTO_SIMD
help
Use an implementation of AES in CBC, CTR and XTS modes that uses