From: Philippe Langlais Date: Mon, 13 Feb 2012 09:51:22 +0000 (+0100) Subject: ARM: ux500: set ARCH_NR_GPIO to 355 on U8500 platforms X-Git-Tag: v3.4-rc1~93^2~7^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=70227a45d004cbbf77d6a38764092a580e8360d4;p=karo-tx-linux.git 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 Signed-off-by: Linus Walleij --- 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 config ARCH_NR_GPIO int default 1024 if ARCH_SHMOBILE || ARCH_TEGRA - default 350 if ARCH_U8500 + default 355 if ARCH_U8500 default 0 help Maximum number of GPIOs in the system.