crypto: arm/aes-ce - add dependency on AES library
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 17 Sep 2019 08:50:01 +0000 (09:50 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 1 Oct 2019 13:06:43 +0000 (23:06 +1000)
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>
arch/arm/crypto/Kconfig

index b24df84..043b0b1 100644 (file)
@@ -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