]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
crypto: arm/aes - Select SIMD in Kconfig
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 29 Nov 2016 07:08:40 +0000 (15:08 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 29 Nov 2016 08:11:14 +0000 (16:11 +0800)
commit585b5fa63da92b2d46d5c1735a5c46e9a1486bbe
tree161e32da1471b1d2c619c0777905d07d87cda49f
parenta4b15bed547a3147f26e3c6280e20ac64b925344
crypto: arm/aes - Select SIMD in Kconfig

The skcipher conversion for ARM missed the select on CRYPTO_SIMD,
causing build failures if SIMD was not otherwise enabled.

Fixes: da40e7a4ba4d ("crypto: aes-ce - Convert to skcipher")
Fixes: 211f41af534a ("crypto: aesbs - Convert to skcipher")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/Kconfig
arch/arm64/crypto/Kconfig