aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2010-03-15 19:40:06 -0700
committerErik Gilling <konkers@android.com>2010-08-05 14:57:02 -0700
commit3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9 (patch)
tree91bce4b3fa4cd34e415476a903d71dd759f9d598 /arch/arm/mach-tegra/Kconfig
parent2d5cd9a38b3792426115adbedce539bd45ee640e (diff)
downloadkernel_samsung_smdk4412-3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9.zip
kernel_samsung_smdk4412-3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9.tar.gz
kernel_samsung_smdk4412-3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9.tar.bz2
[ARM] tegra: add GPIO support
v2: fixes from Mike Rapoport: - move gpio-names.h to arch/arm/mach-tegra fixes from Russell King - include linux/io.h and linux/gpio.h instead of asm/io.h and asm/gpio.h additional changes: - add macros to convert between irq and gpio numbers for platform data - change for_each_bit to for_each_set_bit in gpio.c v3: - minor bugfixes Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index bcbda96..a57713c 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -9,6 +9,7 @@ config ARCH_TEGRA_2x_SOC
bool "Tegra 2 family"
select CPU_V7
select ARM_GIC
+ select ARCH_REQUIRE_GPIOLIB
help
Support for NVIDIA Tegra AP20 and T20 processors, based on the
ARM CortexA9MP CPU and the ARM PL310 L2 cache controller