diff options
author | Jia Jie Ho <[email protected]> | 2023-11-15 01:12:13 +0800 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2023-11-24 18:13:56 +0800 |
commit | 29ce1bce3a713a8031a88f80224b72696813447d (patch) | |
tree | 513179b7ac78c46a86e787f8f11e391354f5cfbb | |
parent | 7c18e3c6b309aebc0fde38bda5ff30ea22c8a56c (diff) |
crypto: starfive - Update driver dependencies
Change AMBA_PL08X to required dependency as the hash ops depends on it
for data transfer.
Signed-off-by: Jia Jie Ho <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | drivers/crypto/starfive/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/starfive/Kconfig b/drivers/crypto/starfive/Kconfig index 2cb192502c1b..cb59357b58b2 100644 --- a/drivers/crypto/starfive/Kconfig +++ b/drivers/crypto/starfive/Kconfig @@ -4,7 +4,7 @@ config CRYPTO_DEV_JH7110 tristate "StarFive JH7110 cryptographic engine driver" - depends on SOC_STARFIVE || AMBA_PL08X || COMPILE_TEST + depends on (SOC_STARFIVE && AMBA_PL08X) || COMPILE_TEST depends on HAS_DMA select CRYPTO_ENGINE select CRYPTO_HMAC |