summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWeijie Gao <[email protected]>2022-05-20 11:22:56 +0800
committerDaniel Schwierzeck <[email protected]>2022-07-13 23:03:37 +0200
commit5ac88d1b0122303a9f6e250d3711f144bc61e72f (patch)
treee803a27229495d3683292160047cf6133d0739f1 /drivers
parent4d30111cea5e1f57911dce4af5555fef86edbbad (diff)
usb: xhci-mtk: add support for MediaTek MT7621 SoC
This patch makes xhci-mtk driver available for MediaTek MT7621 SoC Signed-off-by: Weijie Gao <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 31ae9f74e7a..c3b97f48f0f 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -42,7 +42,7 @@ config USB_XHCI_EXYNOS
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.