From: Nobuhiro Iwamatsu Date: Thu, 27 Mar 2014 05:13:06 +0000 (+0900) Subject: arm: rmobile: koelsch: Add support USB controller X-Git-Tag: v2014.07-rc2~2^2~1^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aa44ae32e1bfe103a557178b43faf3981f0d3e6f;p=u-boot 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 --- diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 8cee73b2dd..ff7f3d7e12 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 */