diff options
author | Erik Gilling <konkers@android.com> | 2010-03-15 22:40:06 -0400 |
---|---|---|
committer | Erik Gilling <konkers@android.com> | 2010-08-05 17:57:02 -0400 |
commit | 3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9 (patch) | |
tree | 91bce4b3fa4cd34e415476a903d71dd759f9d598 /arch/arm/mach-tegra/Kconfig | |
parent | 2d5cd9a38b3792426115adbedce539bd45ee640e (diff) |
[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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index bcbda96ec84c..a57713c1954a 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -9,6 +9,7 @@ config ARCH_TEGRA_2x_SOC | |||
9 | bool "Tegra 2 family" | 9 | bool "Tegra 2 family" |
10 | select CPU_V7 | 10 | select CPU_V7 |
11 | select ARM_GIC | 11 | select ARM_GIC |
12 | select ARCH_REQUIRE_GPIOLIB | ||
12 | help | 13 | help |
13 | Support for NVIDIA Tegra AP20 and T20 processors, based on the | 14 | Support for NVIDIA Tegra AP20 and T20 processors, based on the |
14 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller | 15 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller |