diff options
author | 2025-05-05 13:33:44 -0700 | |
---|---|---|
committer | 2025-05-12 13:34:03 +0800 | |
commit | 6f9d0f53f50405fcf4abf7ff45cec7baed71151c (patch) | |
tree | ae53c498c23bf18a91c1f408ec8a67524fcff45d /crypto | |
parent | crypto: testmgr - rename noextratests to noslowtests (diff) | |
download | wireguard-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/Kconfig | 2 |
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 |