From aa44ae32e1bfe103a557178b43faf3981f0d3e6f Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Thu, 27 Mar 2014 14:13:06 +0900 Subject: [PATCH] arm: rmobile: koelsch: Add support USB controller Koelsch board has USB ports. This add support of USB controller of rmobile. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 8cee73b..ff7f3d7 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -31,6 +31,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 @@ -157,4 +158,10 @@ #define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */ +/* USB */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_RMOBILE +#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 +#define CONFIG_USB_STORAGE + #endif /* __KOELSCH_H */ -- 2.7.4