summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorjerry.huang@nxp.com <jerry.huang@nxp.com>2016-11-15 02:47:52 (GMT)
committerYork Sun <york.sun@nxp.com>2017-01-18 17:23:24 (GMT)
commit97205eeab4d1a785340052657673c56f2d440db7 (patch)
treef1189e675799f68b8dd688ebafdc52b73cfd63fa /include/configs
parenta705ebc81b7f91bbd0ef7c634284208342901149 (diff)
downloadu-boot-fsl-qoriq-97205eeab4d1a785340052657673c56f2d440db7.tar.xz
fsl/usb: enable usb feature for ls1046ardb
Enable usb feature for ls1046ardb Signed-off-by: Changming Huang <jerry.huang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ls1046ardb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index 2fe8fc1..f0719ad 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -211,6 +211,18 @@
#define CONFIG_SPI_FLASH_BAR
#endif
+/* USB */
+#define CONFIG_HAS_FSL_XHCI_USB
+#ifdef CONFIG_HAS_FSL_XHCI_USB
+#define CONFIG_USB_XHCI_HCD
+#define CONFIG_USB_XHCI_FSL
+#define CONFIG_USB_XHCI_DWC3
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 3
+#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
+#define CONFIG_CMD_USB
+#define CONFIG_USB_STORAGE
+#endif
+
/* SATA */
#define CONFIG_LIBATA
#define CONFIG_SCSI_AHCI