Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: powerpc/p10-aes-gcm - Add dependency on CRYPTO_SIMDand re-enable CRYPTO_AES_GCM_P10

Added CRYPTO_SIMD for CRYPTO_AES_GCM_P10.

Fixes: 45a4672b9a6e ("crypto: p10-aes-gcm - Update Kconfig and Makefile")

Signed-off-by: Danny Tsen <dtsen@linux.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Danny Tsen and committed by
Herbert Xu
8b6c1e46 c954b252

+1 -1
+1 -1
arch/powerpc/crypto/Kconfig
··· 107 107 108 108 config CRYPTO_AES_GCM_P10 109 109 tristate "Stitched AES/GCM acceleration support on P10 or later CPU (PPC)" 110 - depends on BROKEN 111 110 depends on PPC64 && CPU_LITTLE_ENDIAN && VSX 112 111 select CRYPTO_LIB_AES 113 112 select CRYPTO_ALGAPI 114 113 select CRYPTO_AEAD 115 114 select CRYPTO_SKCIPHER 115 + select CRYPTO_SIMD 116 116 help 117 117 AEAD cipher: AES cipher algorithms (FIPS-197) 118 118 GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)