From: Simon Glass Date: Mon, 27 Feb 2012 10:52:52 +0000 (+0000) Subject: tegra: usb: Enable USB on Seaboard X-Git-Tag: v2012.04-rc1~19^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=db44ebdb5cf7a82ce19d639cad27d9eac13c3a2f;p=u-boot tegra: usb: Enable USB on Seaboard Seaboard has a top port which is USB host or device, and a side port which is host only. Signed-off-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 261f9521ad..b6d9f7a88f 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -72,4 +72,11 @@ #define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE #define CONFIG_ENV_OFFSET (CONFIG_SPI_FLASH_SIZE - CONFIG_ENV_SECT_SIZE) + +/* USB Host support */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_TEGRA +#define CONFIG_USB_STORAGE +#define CONFIG_CMD_USB + #endif /* __CONFIG_H */