summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
author[email protected] <[email protected]>2016-11-15 10:47:52 +0800
committerYork Sun <[email protected]>2017-01-18 09:23:24 -0800
commit97205eeab4d1a785340052657673c56f2d440db7 (patch)
treef1189e675799f68b8dd688ebafdc52b73cfd63fa /include/configs
parenta705ebc81b7f91bbd0ef7c634284208342901149 (diff)
fsl/usb: enable usb feature for ls1046ardb
Enable usb feature for ls1046ardb Signed-off-by: Changming Huang <[email protected]> Reviewed-by: York Sun <[email protected]>
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 2fe8fc1a440..f0719ad2a16 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