]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: lib/Kconfig - hide library options
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 Mar 2025 16:05:32 +0000 (17:05 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Mar 2025 09:33:39 +0000 (17:33 +0800)
commitedc8e80bf862a7282da017e7f16e63b52585c793
tree9a10a5cc2b94d0737fa5cada60073420a1ba7443
parent92c6a707d82f0629debf1c21dd87717776d96af2
crypto: lib/Kconfig - hide library options

Any driver that needs these library functions should already be selecting
the corresponding Kconfig symbols, so there is no real point in making
these visible.

The original patch that made these user selectable described problems
with drivers failing to select the code they use, but for consistency
it's better to always use 'select' on a symbol than to mix it with
'depends on'.

Fixes: e56e18985596 ("lib/crypto: add prompts back to crypto libraries")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/Kconfig
lib/crypto/Kconfig
security/keys/Kconfig