projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d30111
)
usb: xhci-mtk: add support for MediaTek MT7621 SoC
author
Weijie Gao
<weijie.gao@mediatek.com>
Fri, 20 May 2022 03:22:56 +0000
(11:22 +0800)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/drivers/usb/host/Kconfig
b/drivers/usb/host/Kconfig
index 31ae9f74e7ace90c6c5c831c244f23421d235f53..c3b97f48f0f22f199ebb63380cbeb61497e7f1d6 100644
(file)
--- 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.