Skip to content

Commit f703964

Browse files
Ard Biesheuvelherbertx
authored andcommitted
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 3aa6d4a commit f703964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/crypto/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ config CRYPTO_AES_ARM_CE
9898
tristate "Accelerated AES using ARMv8 Crypto Extensions"
9999
depends on KERNEL_MODE_NEON
100100
select CRYPTO_BLKCIPHER
101+
select CRYPTO_LIB_AES
101102
select CRYPTO_SIMD
102103
help
103104
Use an implementation of AES in CBC, CTR and XTS modes that uses

0 commit comments

Comments
 (0)