Commit 49bc6a77 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Herbert Xu

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

Commit 453de3eb ("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: 453de3eb ("crypto: ux500/cryp - delete driver")
Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 8031d1f6
......@@ -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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment