aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-05-05 13:33:44 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2025-05-12 13:34:03 +0800
commit6f9d0f53f50405fcf4abf7ff45cec7baed71151c (patch)
treeae53c498c23bf18a91c1f408ec8a67524fcff45d /crypto
parentcrypto: testmgr - rename noextratests to noslowtests (diff)
downloadwireguard-linux-6f9d0f53f50405fcf4abf7ff45cec7baed71151c.tar.xz
wireguard-linux-6f9d0f53f50405fcf4abf7ff45cec7baed71151c.zip
crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
There is no reason for people configuring the kernel to be asked about CRYPTO_MANAGER, so make it a hidden symbol. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 277fc9335767..50f6e285b92a 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -148,7 +148,7 @@ config CRYPTO_HKDF
select CRYPTO_HASH2
config CRYPTO_MANAGER
- tristate "Cryptographic algorithm manager"
+ tristate
select CRYPTO_MANAGER2
help
Create default cryptographic template instantiations such as