e917166a878cef6596873cedfcdcd73427b51def
[openwrt/openwrt.git] /
1 From ab59bb14a0efd40c12a967f73bd08ba2f27da3be Mon Sep 17 00:00:00 2001
2 From: Weijie Gao <weijie.gao@mediatek.com>
3 Date: Fri, 20 May 2022 11:22:56 +0800
4 Subject: [PATCH 11/25] usb: xhci-mtk: add support for MediaTek MT7621 SoC
5
6 This patch makes xhci-mtk driver available for MediaTek MT7621 SoC
7
8 Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
9 ---
10 drivers/usb/host/Kconfig | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
14 index 8f77412cc7..8f7bfe1602 100644
15 --- a/drivers/usb/host/Kconfig
16 +++ b/drivers/usb/host/Kconfig
17 @@ -34,7 +34,7 @@ config USB_XHCI_DWC3_OF_SIMPLE
18
19 config USB_XHCI_MTK
20 bool "Support for MediaTek on-chip xHCI USB controller"
21 - depends on ARCH_MEDIATEK
22 + depends on ARCH_MEDIATEK || SOC_MT7621
23 help
24 Enables support for the on-chip xHCI controller on MediaTek SoCs.
25
26 --
27 2.36.1
28