Skip to content

Commit

Permalink
crypto: starfive - Fix driver dependencies
Browse files Browse the repository at this point in the history
Kconfig updated to depend on DMADEVICES instead of selecting it.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202305191929.Eq4OVZ6D-lkp@intel.com/
Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
jiajieho authored and herbertx committed May 22, 2023
1 parent f573db7 commit 4d4c2b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/crypto/starfive/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

config CRYPTO_DEV_JH7110
tristate "StarFive JH7110 cryptographic engine driver"
depends on SOC_STARFIVE || COMPILE_TEST
depends on (SOC_STARFIVE || COMPILE_TEST) && DMADEVICES
select CRYPTO_ENGINE
select CRYPTO_HMAC
select CRYPTO_SHA256
select CRYPTO_SHA512
select CRYPTO_SM3_GENERIC
select ARM_AMBA
select DMADEVICES
select AMBA_PL08X
help
Support for StarFive JH7110 crypto hardware acceleration engine.
Expand Down

0 comments on commit 4d4c2b2

Please sign in to comment.