summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-01-12 08:01:38 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2022-01-18 13:03:55 +0100
commit46d5407e0ad4bd4a8e3fdcec98127a99bef6e212 (patch)
tree96878d35be249ffd41e4b8021fc0164fb5050a62 /crypto/Kconfig
parent9e0a7ee12175dca31f97632e54e9b53f611228ae (diff)
downloadlinux-crypto-46d5407e0ad4bd4a8e3fdcec98127a99bef6e212.tar.gz
linux-crypto-46d5407e0ad4bd4a8e3fdcec98127a99bef6e212.zip
lib/crypto: add prompts back to crypto libraries
Commit 21e8583d107db ("lib/crypto: blake2s: include as built-in") took away a number of prompt texts from other crypto libraries. This makes values flip from built-in to module when oldconfig runs, and causes problems when these crypto libs need to be built in for thingslike BIG_KEYS. Fixes: 21e8583d107db ("lib/crypto: blake2s: include as built-in") Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: linux-crypto@vger.kernel.org Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org> [Jason: - moved menu into submenu of lib/ instead of root menu - fixed chacha sub-dependencies for CONFIG_CRYPTO] Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 94bfa32c..44276521 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1928,5 +1928,3 @@ source "crypto/asymmetric_keys/Kconfig"
source "certs/Kconfig"
endif # if CRYPTO
-
-source "lib/crypto/Kconfig"