diff options
| author | Chunfeng Yun <[email protected]> | 2020-10-16 11:38:39 +0800 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2020-10-20 00:49:05 +0200 |
| commit | e09b88cd083d8066b530676c8eb72ef1949e7d5e (patch) | |
| tree | 5d9d20776bcc3d17da2611399139c4766e69b1e6 /Makefile | |
| parent | d92e866f6008fdd6483735c6fd1ed95c8fdc87b1 (diff) | |
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 <[email protected]>
Acked-by: Bin Meng <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |
