From: Eric Biggers Date: Sun, 13 Apr 2025 04:54:20 +0000 (-0700) Subject: crypto: x86/poly1305 - don't select CRYPTO_LIB_POLY1305_GENERIC X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=34374f76af9b65f7cf89c2fe62489593d6ecc443;p=users%2Fjedix%2Flinux-maple.git crypto: x86/poly1305 - don't select CRYPTO_LIB_POLY1305_GENERIC The x86 Poly1305 code never falls back to the generic code, so selecting CRYPTO_LIB_POLY1305_GENERIC is unnecessary. Signed-off-by: Eric Biggers Signed-off-by: Herbert Xu --- diff --git a/arch/x86/crypto/Kconfig b/arch/x86/crypto/Kconfig index b4a4dc722ba8..9a3cade49f63 100644 --- a/arch/x86/crypto/Kconfig +++ b/arch/x86/crypto/Kconfig @@ -399,7 +399,6 @@ config CRYPTO_POLYVAL_CLMUL_NI config CRYPTO_POLY1305_X86_64 tristate depends on X86 && 64BIT - select CRYPTO_LIB_POLY1305_GENERIC select CRYPTO_ARCH_HAVE_LIB_POLY1305 default CRYPTO_LIB_POLY1305_INTERNAL