jh71x0: add new target for StarFive JH7100/7110 SoC
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / patches-6.1 / 0079-cdns3-6.1-change-ARCH_STARFIVE-to-SOC_STARFIVE.patch
diff --git a/target/linux/jh71x0/patches-6.1/0079-cdns3-6.1-change-ARCH_STARFIVE-to-SOC_STARFIVE.patch b/target/linux/jh71x0/patches-6.1/0079-cdns3-6.1-change-ARCH_STARFIVE-to-SOC_STARFIVE.patch
new file mode 100644 (file)
index 0000000..d883d02
--- /dev/null
@@ -0,0 +1,26 @@
+From f736e353d759348ea608b4baea75ee1c2ae8a2f6 Mon Sep 17 00:00:00 2001
+From: Zoltan HERPAI <wigyori@uid0.hu>
+Date: Sun, 28 May 2023 20:17:45 +0200
+Subject: [PATCH 79/95] cdns3/6.1: change ARCH_STARFIVE to SOC_STARFIVE
+
+Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
+---
+ drivers/usb/cdns3/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/usb/cdns3/Kconfig b/drivers/usb/cdns3/Kconfig
+index 0a514b591527..898f497d5e45 100644
+--- a/drivers/usb/cdns3/Kconfig
++++ b/drivers/usb/cdns3/Kconfig
+@@ -80,7 +80,7 @@ config USB_CDNS3_IMX
+ config USB_CDNS3_STARFIVE
+       tristate "Cadence USB3 support on StarFive SoC platforms"
+-      depends on ARCH_STARFIVE || COMPILE_TEST
++      depends on SOC_STARFIVE || COMPILE_TEST
+       help
+         Say 'Y' or 'M' here if you are building for StarFive SoCs
+         platforms that contain Cadence USB3 controller core.
+-- 
+2.20.1
+