usb: xhci-mtk: add support for MediaTek MT7621 SoC
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 20 May 2022 03:22:56 +0000 (11:22 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 13 Jul 2022 21:03:37 +0000 (23:03 +0200)
This patch makes xhci-mtk driver available for MediaTek MT7621 SoC

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
drivers/usb/host/Kconfig

index 31ae9f7..c3b97f4 100644 (file)
@@ -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.