summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorPeter De Schrijver (NVIDIA)2011-12-21 10:50:42 +0100
committerRussell King2011-12-23 23:54:51 +0100
commit4f3f25821cc2d75e65046949200c514ddd00c6a8 (patch)
tree94cacbf44bbc689d0cba07cca4e4ee713533fba1 /arch/arm/Kconfig
parentARM: 7244/1: mach-shmobile: Use CONFIG_ARCH_NR_GPIO (diff)
downloadkernel-qcow2-linux-4f3f25821cc2d75e65046949200c514ddd00c6a8.tar.gz
kernel-qcow2-linux-4f3f25821cc2d75e65046949200c514ddd00c6a8.tar.xz
kernel-qcow2-linux-4f3f25821cc2d75e65046949200c514ddd00c6a8.zip
ARM: 7241/1: mach-ux500 Use CONFIG_ARCH_NR_GPIO
Add default value for CONFIG_ARCH_NR_GPIO to Kconfig and remove the definition in gpio.h. We can't remove gpio.h yet as asm/gpio.h still includes it. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index dbd2cb19924a..4e53bf678f70 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1568,6 +1568,7 @@ config LOCAL_TIMERS
config ARCH_NR_GPIO
int
default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
+ default 350 if ARCH_U8500
default 0
help
Maximum number of GPIOs in the system.