From: Omar Sandoval Date: Mon, 10 Jul 2023 16:46:47 +0000 (-0700) Subject: powerpc/crypto: don't build aes-gcm-p10 by default X-Git-Tag: v6.6.7~2033^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=026fa6c52da5fc559d896a62cb6f8e208c22738d;p=platform%2Fkernel%2Flinux-starfive.git powerpc/crypto: don't build aes-gcm-p10 by default None of the other accelerated crypto modules are built by default. Signed-off-by: Omar Sandoval Signed-off-by: Michael Ellerman Link: https://msgid.link/40d9c7ebe82c9a9d4ace542ac433753d2f22c6a0.1689007370.git.osandov@osandov.com --- diff --git a/arch/powerpc/crypto/Kconfig b/arch/powerpc/crypto/Kconfig index 81ae015..97802c7 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)