Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jia Jie Ho and committed by
Herbert Xu
4d4c2b25 f573db7a

+1 -2
+1 -2
drivers/crypto/starfive/Kconfig
··· 4 4 5 5 config CRYPTO_DEV_JH7110 6 6 tristate "StarFive JH7110 cryptographic engine driver" 7 - depends on SOC_STARFIVE || COMPILE_TEST 7 + depends on (SOC_STARFIVE || COMPILE_TEST) && DMADEVICES 8 8 select CRYPTO_ENGINE 9 9 select CRYPTO_HMAC 10 10 select CRYPTO_SHA256 11 11 select CRYPTO_SHA512 12 12 select CRYPTO_SM3_GENERIC 13 13 select ARM_AMBA 14 - select DMADEVICES 15 14 select AMBA_PL08X 16 15 help 17 16 Support for StarFive JH7110 crypto hardware acceleration engine.