Commit c8bd296c authored by Herbert Xu's avatar Herbert Xu

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: 00b99ad2 ("crypto: arm/aes-neonbs - Use generic cbc...")
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0e03b8fd
......@@ -102,6 +102,8 @@ config CRYPTO_AES_ARM_BS
depends on KERNEL_MODE_NEON
select CRYPTO_SKCIPHER
select CRYPTO_LIB_AES
select CRYPTO_AES
select CRYPTO_CBC
select CRYPTO_SIMD
help
Use a faster and more secure NEON based implementation of AES in CBC,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment