]> git.baikalelectronics.ru Git - kernel.git/commit
lib/crypto: add prompts back to crypto libraries
authorJustin M. Forbes <jforbes@fedoraproject.org>
Wed, 12 Jan 2022 14:01:38 +0000 (08:01 -0600)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 18 Jan 2022 12:03:55 +0000 (13:03 +0100)
commit92de9a97b5766d69220fdb5be1069bf95793d190
tree938a03767046a111fd37e4ac5fb0bcb5d0ee4a69
parent91a3802fe06979ac852d69f88122b6ace3f394ca
lib/crypto: add prompts back to crypto libraries

Commit c63117175cce2 ("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: c63117175cce2 ("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>
crypto/Kconfig
lib/Kconfig
lib/crypto/Kconfig