Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70227a45 authored by Philippe Langlais's avatar Philippe Langlais Committed by Linus Walleij
Browse files

ARM: ux500: set ARCH_NR_GPIO to 355 on U8500 platforms



This is due to the increased number of AB8500 GPIOs.

Signed-off-by: default avatarPhilippe Langlais <philippe.langlais@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 29bd2ab8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1577,7 +1577,7 @@ config LOCAL_TIMERS
config ARCH_NR_GPIO
config ARCH_NR_GPIO
	int
	int
	default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
	default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
	default 350 if ARCH_U8500
	default 355 if ARCH_U8500
	default 0
	default 0
	help
	help
	  Maximum number of GPIOs in the system.
	  Maximum number of GPIOs in the system.