projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b1a73
)
crypto: mips/poly1305 - drop redundant dependency on CONFIG_MIPS
author
Eric Biggers
<ebiggers@google.com>
Sun, 13 Apr 2025 04:54:17 +0000
(21:54 -0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:36:25 +0000
(15:36 +0800)
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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/crypto/Kconfig
b/arch/mips/crypto/Kconfig
index 0189686de3a122e3554902e9c11412a044199115..9892391f74ac40bd9d14a93da96f456414ed8553 100644
(file)
--- 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