mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-19 21:21:25 +00:00
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>
This commit is contained in:
parent
fd77b2ebec
commit
5c4bb96e9c
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
#define CONFIG_CMD_DHCP
|
#define CONFIG_CMD_DHCP
|
||||||
#define CONFIG_CMD_NFS
|
#define CONFIG_CMD_NFS
|
||||||
#define CONFIG_CMD_BOOTZ
|
#define CONFIG_CMD_BOOTZ
|
||||||
|
#define CONFIG_CMD_USB
|
||||||
|
|
||||||
#define CONFIG_CMD_SF
|
#define CONFIG_CMD_SF
|
||||||
#define CONFIG_CMD_SPI
|
#define CONFIG_CMD_SPI
|
||||||
|
@ -162,4 +163,10 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_TMU_CLK_DIV 4
|
#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 */
|
#endif /* __LAGER_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue