summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSherry Sun <sherry.sun@nxp.com>2019-08-21 14:35:56 +0000
committerYe Li <ye.li@nxp.com>2020-04-23 02:03:53 -0700
commit3e99a4b95acef11eacae5a19d9b22c98701d42c1 (patch)
treef5e138f7255d840ea5d5281e2ad128e2f6922240 /Makefile
parent699e62862c993de73c136afa05efe34db9eb1301 (diff)
MLK-23574-13 usb: gadget: Add the cadence USB3 gadget driver
This driver is ported from NXP i.MX U-Boot version imx_v2019.04 and some changes have also been made to adapt to U-Boot. Add the Cadence USB3 IP(CDNS3) driver for the gadget (device mode). The CDNS3 gadget driver support DM mode. CONFIG_DM_USB_GADGET should be enabled when use this driver. Signed-off-by: Sherry Sun <sherry.sun@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 48dd7480ab..7c2067f35e 100644
--- a/Makefile
+++ b/Makefile
@@ -747,6 +747,7 @@ libs-$(CONFIG_SYS_FSL_DDR) += drivers/ddr/fsl/
libs-$(CONFIG_SYS_FSL_MMDC) += drivers/ddr/fsl/
libs-$(CONFIG_$(SPL_)ALTERA_SDRAM) += drivers/ddr/altera/
libs-y += drivers/serial/
+libs-y += drivers/usb/cdns3/
libs-y += drivers/usb/dwc3/
libs-y += drivers/usb/common/
libs-y += drivers/usb/emul/