diff options
author | Jim Lin <jilin@nvidia.com> | 2013-06-21 19:05:48 +0800 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-07-11 14:15:16 -0700 |
commit | d6cf707e819546623ed742b2324e8b4f106fcf5d (patch) | |
tree | d51b00b46ec8ff3924c711dd140adff735b96498 /include/configs/tegra114-common.h | |
parent | 7e44d9320ed4a9994b97eb1c9b2efd04491ff431 (diff) | |
download | u-boot-imx-d6cf707e819546623ed742b2324e8b4f106fcf5d.zip u-boot-imx-d6cf707e819546623ed742b2324e8b4f106fcf5d.tar.gz u-boot-imx-d6cf707e819546623ed742b2324e8b4f106fcf5d.tar.bz2 |
Tegra: Config: Enable Tegra30/Tegra114 USB function
Add USB EHCI, storage and network support.
Tested on Tegra30 Cardhu, and Tegra114 Dalmore
platforms. All works well.
Signed-off-by: Jim Lin <jilin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra114-common.h')
-rw-r--r-- | include/configs/tegra114-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/tegra114-common.h b/include/configs/tegra114-common.h index 721b29c..44e98e5 100644 --- a/include/configs/tegra114-common.h +++ b/include/configs/tegra114-common.h @@ -77,4 +77,7 @@ /* Total I2C ports on Tegra114 */ #define TEGRA_I2C_NUM_CONTROLLERS 5 +/* For USB EHCI controller */ +#define CONFIG_EHCI_IS_TDI + #endif /* _TEGRA114_COMMON_H_ */ |