summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/Makefile.spl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index eaf56ee0ae..314b02ba07 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -92,6 +92,7 @@ endif
libs-y += drivers/
libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/
+libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/cdns3/
libs-y += dts/
libs-y += fs/
libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/