aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2012-02-13 04:51:22 -0500
committerLinus Walleij <linus.walleij@linaro.org>2012-02-29 10:32:37 -0500
commit70227a45d004cbbf77d6a38764092a580e8360d4 (patch)
treea86aad2e19cabcbebb9ff718be4561145902b90f /arch/arm/Kconfig
parent29bd2ab86646cac01e20f28017c46918ec69fc28 (diff)
ARM: ux500: set ARCH_NR_GPIO to 355 on U8500 platforms
This is due to the increased number of AB8500 GPIOs. Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a48aecc17eac..b145d67a1288 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1577,7 +1577,7 @@ config LOCAL_TIMERS
1577config ARCH_NR_GPIO 1577config ARCH_NR_GPIO
1578 int 1578 int
1579 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA 1579 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
1580 default 350 if ARCH_U8500 1580 default 355 if ARCH_U8500
1581 default 0 1581 default 0
1582 help 1582 help
1583 Maximum number of GPIOs in the system. 1583 Maximum number of GPIOs in the system.