Skip to content

Commit 49bc6a7

Browse files
bulwahnherbertx
authored andcommitted
crypto: ux500 - update debug config after ux500 cryp driver removal
Commit 453de3e ("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: 453de3e ("crypto: ux500/cryp - delete driver") Signed-off-by: Lukas Bulwahn <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 8031d1f commit 49bc6a7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

drivers/crypto/ux500/Kconfig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ config CRYPTO_DEV_UX500_HASH
1515
Depends on UX500/STM DMA if running in DMA mode.
1616

1717
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
2020
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.

0 commit comments

Comments
 (0)