summaryrefslogtreecommitdiff
path: root/include/configs/odroid.h
diff options
context:
space:
mode:
authorSuriyan Ramasami <suriyan.r@gmail.com>2014-10-29 16:22:43 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2014-11-17 10:33:22 (GMT)
commit6a23c6533c880d557e786df81fa21b62168db6d9 (patch)
tree9063e164970d36f9761276ed37be8f183135cfd8 /include/configs/odroid.h
parentbdba13282814224b865223b09f44509090d19fb1 (diff)
downloadu-boot-6a23c6533c880d557e786df81fa21b62168db6d9.tar.xz
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/odroid.h')
-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 b928af8..807e96b 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