mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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 <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
f4b1a73aec
commit
2522187266
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user