Message ID | 20250413045421.55100-9-ebiggers@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Remove per-architecture poly1305 shash glue code | expand |
diff --git a/arch/x86/crypto/Kconfig b/arch/x86/crypto/Kconfig index 31804dacf9a4..a25765186ba3 100644 --- a/arch/x86/crypto/Kconfig +++ b/arch/x86/crypto/Kconfig @@ -397,11 +397,10 @@ config CRYPTO_POLYVAL_CLMUL_NI - CLMUL-NI (carry-less multiplication new instructions) 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 config CRYPTO_SHA1_SSSE3 tristate "Hash functions: SHA-1 (SSSE3/AVX/AVX2/SHA-NI)"