crypto: arm/aes-neonbs-cbc - Select generic cbc and aes
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Mar 2022 22:55:13 +0000 (10:55 +1200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:24:10 +0000 (14:24 +0200)
commit210891d81b9ced00645ba5320bd28cf3dd4c7a9f
tree9bb72d5052aab468447505e5f62b78bd044ef569
parentc78d23ea7506dbf7b02c04977307331a62653380
crypto: arm/aes-neonbs-cbc - Select generic cbc and aes

commit c8bd296cca3434b13b28b074eaeb78a23284de77 upstream.

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: 00b99ad2bac2 ("crypto: arm/aes-neonbs - Use generic cbc...")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/crypto/Kconfig