generic: 6.1, 6.6: replace Airoha EN8811H PHY driver with upstream
[openwrt/openwrt.git] / target / linux / gemini / patches-6.1 / 0007-usb-USB_FOTG210-should-depend-on-ARCH_GEMINI.patch
1 From 466b10510add46afd21ca19505b29d35ad853370 Mon Sep 17 00:00:00 2001
2 From: Geert Uytterhoeven <geert+renesas@glider.be>
3 Date: Mon, 21 Nov 2022 16:22:19 +0100
4 Subject: [PATCH 07/29] usb: USB_FOTG210 should depend on ARCH_GEMINI
5
6 The Faraday Technology FOTG210 USB2 Dual Role Controller is only present
7 on Cortina Systems Gemini SoCs. Hence add a dependency on ARCH_GEMINI,
8 to prevent asking the user about its drivers when configuring a kernel
9 without Cortina Systems Gemini SoC support.
10
11 Fixes: 1dd33a9f1b95ab59 ("usb: fotg210: Collect pieces of dual mode controller")
12 Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
13 Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
14 Link: https://lore.kernel.org/r/a989b3b798ecaf3b45f35160e30e605636d66a77.1669044086.git.geert+renesas@glider.be
15 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 ---
17 --- a/drivers/usb/fotg210/Kconfig
18 +++ b/drivers/usb/fotg210/Kconfig
19 @@ -4,6 +4,7 @@ config USB_FOTG210
20 tristate "Faraday FOTG210 USB2 Dual Role controller"
21 depends on USB || USB_GADGET
22 depends on HAS_DMA && HAS_IOMEM
23 + depends on ARCH_GEMINI || COMPILE_TEST
24 default ARCH_GEMINI
25 select MFD_SYSCON
26 help