diff options
| author | Simon Glass <sjg@chromium.org> | 2012-02-27 10:52:52 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-29 08:12:49 +0200 | 
| commit | db44ebdb5cf7a82ce19d639cad27d9eac13c3a2f (patch) | |
| tree | 831bb65303d3e114c93d71098e3728e16c7c82c8 /include | |
| parent | 0291091c9e4dffce1f278d6b87ac123f389595df (diff) | |
| download | olio-uboot-2014.01-db44ebdb5cf7a82ce19d639cad27d9eac13c3a2f.tar.xz olio-uboot-2014.01-db44ebdb5cf7a82ce19d639cad27d9eac13c3a2f.zip | |
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 <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/seaboard.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 261f9521a..b6d9f7a88 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 */ |