Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: ux500 - update debug config after ux500 cryp driver removal

Commit 453de3eb08c4 ("crypto: ux500/cryp - delete driver") removes the
config CRYPTO_DEV_UX500_CRYP, but leaves an obsolete reference in the
dependencies of config CRYPTO_DEV_UX500_DEBUG.

Remove that obsolete reference, and adjust the description while at it.

Fixes: 453de3eb08c4 ("crypto: ux500/cryp - delete driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Lukas Bulwahn and committed by
Herbert Xu
49bc6a77 8031d1f6

+3 -4
+3 -4
drivers/crypto/ux500/Kconfig
··· 15 15 Depends on UX500/STM DMA if running in DMA mode. 16 16 17 17 config CRYPTO_DEV_UX500_DEBUG 18 - bool "Activate ux500 platform debug-mode for crypto and hash block" 19 - depends on CRYPTO_DEV_UX500_CRYP || CRYPTO_DEV_UX500_HASH 18 + bool "Activate debug-mode for UX500 crypto driver for HASH block" 19 + depends on CRYPTO_DEV_UX500_HASH 20 20 help 21 - Say Y if you want to add debug prints to ux500_hash and 22 - ux500_cryp devices. 21 + Say Y if you want to add debug prints to ux500_hash devices.