From: Eric Biggers Date: Sun, 13 Apr 2025 04:54:17 +0000 (-0700) Subject: crypto: mips/poly1305 - drop redundant dependency on CONFIG_MIPS X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=25221872660c9971c3684b66c8cefe0b95849aa6;p=users%2Fjedix%2Flinux-maple.git crypto: mips/poly1305 - drop redundant dependency on CONFIG_MIPS arch/mips/crypto/Kconfig is sourced only when CONFIG_MIPS is enabled, so there is no need for options defined in that file to depend on it. Signed-off-by: Eric Biggers Signed-off-by: Herbert Xu --- diff --git a/arch/mips/crypto/Kconfig b/arch/mips/crypto/Kconfig index 0189686de3a12..9892391f74ac4 100644 --- a/arch/mips/crypto/Kconfig +++ b/arch/mips/crypto/Kconfig @@ -4,7 +4,6 @@ menu "Accelerated Cryptographic Algorithms for CPU (mips)" config CRYPTO_POLY1305_MIPS tristate - depends on MIPS select CRYPTO_HASH select CRYPTO_ARCH_HAVE_LIB_POLY1305 default CRYPTO_LIB_POLY1305_INTERNAL