Skip to content

Commit c8bd296

Browse files
committed
crypto: arm/aes-neonbs-cbc - Select generic cbc and aes
The algorithm __cbc-aes-neonbs requires a fallback so we need to select the config options for them or otherwise it will fail to register on boot-up. Fixes: 00b99ad ("crypto: arm/aes-neonbs - Use generic cbc...") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 0e03b8f commit c8bd296

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/crypto/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ config CRYPTO_AES_ARM_BS
102102
depends on KERNEL_MODE_NEON
103103
select CRYPTO_SKCIPHER
104104
select CRYPTO_LIB_AES
105+
select CRYPTO_AES
106+
select CRYPTO_CBC
105107
select CRYPTO_SIMD
106108
help
107109
Use a faster and more secure NEON based implementation of AES in CBC,

0 commit comments

Comments
 (0)