diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-03-27 14:13:06 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:09:19 +0900 |
commit | aa44ae32e1bfe103a557178b43faf3981f0d3e6f (patch) | |
tree | 00f75cb1d0af081d3502aa2b3d8562a73e5a9da2 /include/configs/koelsch.h | |
parent | 7880356b8982b53ef78983a57bbc04ba6ad60f99 (diff) | |
download | u-boot-aa44ae32e1bfe103a557178b43faf3981f0d3e6f.tar.gz |
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 <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/koelsch.h')
-rw-r--r-- | include/configs/koelsch.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ |