summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-03-27 14:14:58 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-05-21 10:09:19 +0900
commit5c4bb96e9cd1f307da90a157c7dbaaab89cadffa (patch)
tree2c378a85f47280d784712beea60216fe04d99d42
parentfd77b2ebec8baf2637f48def17e64539321f2ec3 (diff)
arm: rmobile: lager: Add support USB controller
Lager board has USB ports. This add support of USB controller of rmobile. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
-rw-r--r--include/configs/lager.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 80c90015df..6b54566b48 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -32,6 +32,7 @@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_NFS
#define CONFIG_CMD_BOOTZ
+#define CONFIG_CMD_USB
#define CONFIG_CMD_SF
#define CONFIG_CMD_SPI
@@ -162,4 +163,10 @@
#define CONFIG_SYS_TMU_CLK_DIV 4
+/* USB */
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_RMOBILE
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 4
+#define CONFIG_USB_STORAGE
+
#endif /* __LAGER_H */