From e09b88cd083d8066b530676c8eb72ef1949e7d5e Mon Sep 17 00:00:00 2001 From: Chunfeng Yun Date: Fri, 16 Oct 2020 11:38:39 +0800 Subject: usb: add MediaTek USB3 DRD driver This patch adds support for the MediaTek USB3 DRD controller, its host side is based on xHCI, this driver supports device mode and host mode. Signed-off-by: Chunfeng Yun Acked-by: Bin Meng --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28c9f31fb4..6c3a953fdb 100644 --- a/Makefile +++ b/Makefile @@ -795,6 +795,7 @@ libs-y += drivers/usb/eth/ libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/ libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/udc/ libs-y += drivers/usb/host/ +libs-y += drivers/usb/mtu3/ libs-y += drivers/usb/musb/ libs-y += drivers/usb/musb-new/ libs-y += drivers/usb/phy/ -- cgit v1.2.3