diff mbox series

[v6,11/25] usb: xhci-mtk: add support for MediaTek MT7621 SoC

Message ID 27bea2e33cb01270794e985fb8ff3ff964ba16f5.1653015383.git.weijie.gao@mediatek.com
State Accepted
Commit 5ac88d1b0122303a9f6e250d3711f144bc61e72f
Delegated to: Daniel Schwierzeck
Headers show
Series Add support for MediaTek MT7621 SoC - v6 | expand

Commit Message

Weijie Gao (高惟杰) May 20, 2022, 3:22 a.m. UTC
This patch makes xhci-mtk driver available for MediaTek MT7621 SoC

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
---
v6 changes: none
v5 changes: none
v4 changes: none
v3 changes: none
v2 changes: none
---
 drivers/usb/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 8f77412cc7..8f7bfe1602 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -34,7 +34,7 @@  config USB_XHCI_DWC3_OF_SIMPLE
 
 config USB_XHCI_MTK
 	bool "Support for MediaTek on-chip xHCI USB controller"
-	depends on ARCH_MEDIATEK
+	depends on ARCH_MEDIATEK || SOC_MT7621
 	help
 	  Enables support for the on-chip xHCI controller on MediaTek SoCs.