diff options
| author | Stephen Warren <[email protected]> | 2016-05-12 12:07:41 -0600 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2016-05-31 09:53:57 -0700 |
| commit | 601800be22a37cc518e023adc8e32ad15f00a2c6 (patch) | |
| tree | f12952c4ac95e0c7804a9dc584e5f0693c9824de /include | |
| parent | e6bf0ca0e2ef8d87d754f788be1b9b5d58c01860 (diff) | |
ARM: tegra: convert CONFIG_TEGRA_GPIO to Kconfig
Future chips will contain different GPIO HW. This change will enable
future SoC support to select the appropriate GPIO driver for their HW,
in a future-looking fashion, using Kconfig.
TEGRA_GPIO is not simply selected by TEGRA_COMMON (even though all
current Tegra chips used this GPIO HW) to simplify the later addition
of support for Tegra SoCs that use different GPIO HW.
Signed-off-by: Stephen Warren <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/tegra-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 92d4dd8e519..7b0940a7f20 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -111,7 +111,6 @@ CONFIG_SYS_INIT_RAM_SIZE - \ GENERATED_GBL_DATA_SIZE) -#define CONFIG_TEGRA_GPIO #define CONFIG_CMD_ENTERRCM /* Defines for SPL */ |
