From: Nobuhiro Iwamatsu Date: Fri, 31 Oct 2014 07:30:26 +0000 (+0900) Subject: arm: rmobile: alt: Add support USB and USB commands X-Git-Tag: v2015.01-rc1~34^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ffc8dfb98d8828c82e194b2475f5150d03c133a;p=platform%2Fkernel%2Fu-boot.git arm: rmobile: alt: Add support USB and USB commands This adds support for USB commands and USB storage device. Signed-off-by: Yoshiyuki Ito Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/include/configs/alt.h b/include/configs/alt.h index 5a19096..502b727 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.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 @@ -170,4 +171,10 @@ #define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */ +/* USB */ +#define CONFIG_USB_STORAGE +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_RMOBILE +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 + #endif /* __ALT_H */