jh71x0: refresh patches and configs once again
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / patches-6.1 / 0066-crypto-starfive-Fix-driver-dependencies.patch
diff --git a/target/linux/jh71x0/patches-6.1/0066-crypto-starfive-Fix-driver-dependencies.patch b/target/linux/jh71x0/patches-6.1/0066-crypto-starfive-Fix-driver-dependencies.patch
new file mode 100644 (file)
index 0000000..8e2acce
--- /dev/null
@@ -0,0 +1,34 @@
+From 0d3ee821ed469a787e8007de2d87e98a2370e087 Mon Sep 17 00:00:00 2001
+From: Jia Jie Ho <jiajie.ho@starfivetech.com>
+Date: Fri, 19 May 2023 21:42:33 +0800
+Subject: [PATCH 066/122] 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>
+---
+ drivers/crypto/starfive/Kconfig | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/drivers/crypto/starfive/Kconfig b/drivers/crypto/starfive/Kconfig
+index 7a5a5d9f90ed..a74a94d3b038 100644
+--- a/drivers/crypto/starfive/Kconfig
++++ b/drivers/crypto/starfive/Kconfig
+@@ -4,10 +4,9 @@
+ 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 ARM_AMBA
+-      select DMADEVICES
+       select AMBA_PL08X
+       help
+         Support for StarFive JH7110 crypto hardware acceleration engine.
+-- 
+2.20.1
+