Commit 25221872 authored by Eric Biggers's avatar Eric Biggers Committed by Herbert Xu
Browse files

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: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent f4b1a73a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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