[PATCH 2/2] powerpc/crypto: don't build aes-gcm-p10 by default

Omar Sandoval osandov at osandov.com
Tue Jul 11 02:46:47 AEST 2023


From: Omar Sandoval <osandov at fb.com>

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

Signed-off-by: Omar Sandoval <osandov at fb.com>
---
 arch/powerpc/crypto/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/crypto/Kconfig b/arch/powerpc/crypto/Kconfig
index 81ae015861c0..97802c72317c 100644
--- a/arch/powerpc/crypto/Kconfig
+++ b/arch/powerpc/crypto/Kconfig
@@ -101,7 +101,6 @@ config CRYPTO_AES_GCM_P10
 	select CRYPTO_ALGAPI
 	select CRYPTO_AEAD
 	select CRYPTO_SKCIPHER
-	default m
 	help
 	  AEAD cipher: AES cipher algorithms (FIPS-197)
 	  GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)
-- 
2.41.0



More information about the Linuxppc-dev mailing list