diff options
author | Erik Gilling <konkers@android.com> | 2010-03-16 03:40:06 +0100 |
---|---|---|
committer | Erik Gilling <konkers@android.com> | 2010-08-05 23:57:02 +0200 |
commit | 3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9 (patch) | |
tree | 91bce4b3fa4cd34e415476a903d71dd759f9d598 /arch/arm/mach-tegra/Kconfig | |
parent | [ARM] tegra: Add timer support (diff) | |
download | linux-3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9.tar.xz linux-3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9.zip |
[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 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 |