Commit 026fa6c5 authored by Omar Sandoval's avatar Omar Sandoval Committed by Michael Ellerman
Browse files

powerpc/crypto: don't build aes-gcm-p10 by default



None of the other accelerated crypto modules are built by default.

Signed-off-by: default avatarOmar Sandoval <osandov@fb.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/40d9c7ebe82c9a9d4ace542ac433753d2f22c6a0.1689007370.git.osandov@osandov.com
parent 9d6e1c21
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -101,7 +101,6 @@ config CRYPTO_AES_GCM_P10
	select CRYPTO_ALGAPI
	select CRYPTO_ALGAPI
	select CRYPTO_AEAD
	select CRYPTO_AEAD
	select CRYPTO_SKCIPHER
	select CRYPTO_SKCIPHER
	default m
	help
	help
	  AEAD cipher: AES cipher algorithms (FIPS-197)
	  AEAD cipher: AES cipher algorithms (FIPS-197)
	  GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)
	  GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)