mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
crypto: starfive - Fix driver dependencies
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>
This commit is contained in:
parent
f573db7aa5
commit
4d4c2b2537
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user