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 <jiajie.ho@starfivetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
7c18e3c6b3
commit
29ce1bce3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user