summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSuriyan Ramasami <suriyan.r@gmail.com>2014-10-29 09:22:43 -0700
committerMinkyu Kang <mk7.kang@samsung.com>2014-11-17 19:33:22 +0900
commit6a23c6533c880d557e786df81fa21b62168db6d9 (patch)
tree9063e164970d36f9761276ed37be8f183135cfd8 /include/configs
parentbdba13282814224b865223b09f44509090d19fb1 (diff)
downloadblackbird-obmc-uboot-6a23c6533c880d557e786df81fa21b62168db6d9.tar.gz
blackbird-obmc-uboot-6a23c6533c880d557e786df81fa21b62168db6d9.zip
arm: odroid: usb: add support for usb host including ethernet
This change adds support for enabling the USB host features of the board. This includes the USB3503A hub and the SMC LAN9730 ethernet controller as well. Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/odroid.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index b928af839e..807e96bbaa 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -198,6 +198,19 @@
#define CONFIG_CMD_GPIO
+/* USB */
+#define CONFIG_CMD_USB
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_EXYNOS
+#define CONFIG_USB_STORAGE
+
+#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
+#define CONFIG_CMD_NET
+#define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_SMSC95XX
+
/*
* Supported Odroid boards: X3, U3
* TODO: Add Odroid X support
OpenPOWER on IntegriCloud