]> git.sur5r.net Git - u-boot/commit
ARM: tegra: convert CONFIG_TEGRA_GPIO to Kconfig
authorStephen Warren <swarren@nvidia.com>
Thu, 12 May 2016 18:07:41 +0000 (12:07 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 31 May 2016 16:53:57 +0000 (09:53 -0700)
commit601800be22a37cc518e023adc8e32ad15f00a2c6
treef12952c4ac95e0c7804a9dc584e5f0693c9824de
parente6bf0ca0e2ef8d87d754f788be1b9b5d58c01860
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 <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/Kconfig
drivers/gpio/Kconfig
include/configs/tegra-common.h