diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2011-06-17 06:27:29 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-07-04 10:55:26 +0200 |
commit | f84d64dbf69e84b34140219e630641079fdef37f (patch) | |
tree | 725af65ff0f18a3582cb18094bf3f67edfe3bfab /include/configs/tegra2-common.h | |
parent | 4e5ae09e56a205685824ebebc91fc43c8b0b973a (diff) | |
download | blackbird-obmc-uboot-f84d64dbf69e84b34140219e630641079fdef37f.tar.gz blackbird-obmc-uboot-f84d64dbf69e84b34140219e630641079fdef37f.zip |
arm: Tegra2: GPIO: enable GPIO for Tegra2 boards
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r-- | include/configs/tegra2-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index 2d36d2374d..73e0f05cda 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -160,4 +160,6 @@ CONFIG_SYS_INIT_RAM_SIZE - \ GENERATED_GBL_DATA_SIZE) +#define CONFIG_TEGRA2_GPIO +#define CONFIG_CMD_GPIO #endif /* __TEGRA2_COMMON_H */ |