summaryrefslogtreecommitdiffstats
path: root/drivers/usb/mtu3/Makefile
diff options
context:
space:
mode:
authorChunfeng Yun2016-10-19 04:28:23 +0200
committerGreg Kroah-Hartman2016-10-27 17:02:41 +0200
commitdf2069acb00569a6299d6e11aa1865eeba463848 (patch)
treeea45a04eb548484094a1334443d9a22c71e8ba39 /drivers/usb/mtu3/Makefile
parentusb: xhci-mtk: make IPPC register optional (diff)
downloadkernel-qcow2-linux-df2069acb00569a6299d6e11aa1865eeba463848.tar.gz
kernel-qcow2-linux-df2069acb00569a6299d6e11aa1865eeba463848.tar.xz
kernel-qcow2-linux-df2069acb00569a6299d6e11aa1865eeba463848.zip
usb: Add MediaTek USB3 DRD driver
This patch adds support for the MediaTek USB3 controller integrated into MT8173. It currently supports High-Speed Peripheral Only mode. Super-Speed Peripheral, Dual-Role Device and Host Only (xHCI) modes will be added in the next patchs. Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/mtu3/Makefile')
-rw-r--r--drivers/usb/mtu3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/mtu3/Makefile b/drivers/usb/mtu3/Makefile
new file mode 100644
index 000000000000..532c2570c58b
--- /dev/null
+++ b/drivers/usb/mtu3/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_USB_MTU3) += mtu3.o
+mtu3-y := mtu3_plat.o mtu3_core.o mtu3_gadget_ep0.o mtu3_gadget.o mtu3_qmu.o