]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: mips/poly1305 - drop redundant dependency on CONFIG_MIPS
authorEric Biggers <ebiggers@google.com>
Sun, 13 Apr 2025 04:54:17 +0000 (21:54 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:36:25 +0000 (15:36 +0800)
commit25221872660c9971c3684b66c8cefe0b95849aa6
treef4358a0a98e7c633d5a093bd9ad56b14c45d25d3
parentf4b1a73aec5c32ea533cc897b4b150b3a002a023
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>
arch/mips/crypto/Kconfig