mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <weijie.gao@mediatek.com>
This commit is contained in:
parent
4d30111cea
commit
5ac88d1b01
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue