summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2022-12-20 11:05:36 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2022-12-30 17:56:27 +0300
commit49bc6a7786b7d03eab6912a88d09a7991a32174e (patch)
tree42176b7c934749eb4496342b0132daf1562ca8c2 /drivers/crypto/ux500
parent8031d1f678c2b06733c8f9028b413194b47c33ab (diff)
downloadlinux-49bc6a7786b7d03eab6912a88d09a7991a32174e.tar.xz
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>
Diffstat (limited to 'drivers/crypto/ux500')
-rw-r--r--drivers/crypto/ux500/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/crypto/ux500/Kconfig b/drivers/crypto/ux500/Kconfig
index dcbd7404768f..ac89cd2de12a 100644
--- a/drivers/crypto/ux500/Kconfig
+++ b/drivers/crypto/ux500/Kconfig
@@ -15,8 +15,7 @@ config CRYPTO_DEV_UX500_HASH
Depends on UX500/STM DMA if running in DMA mode.
config CRYPTO_DEV_UX500_DEBUG
- bool "Activate ux500 platform debug-mode for crypto and hash block"
- depends on CRYPTO_DEV_UX500_CRYP || CRYPTO_DEV_UX500_HASH
+ bool "Activate debug-mode for UX500 crypto driver for HASH block"
+ depends on CRYPTO_DEV_UX500_HASH
help
- Say Y if you want to add debug prints to ux500_hash and
- ux500_cryp devices.
+ Say Y if you want to add debug prints to ux500_hash devices.