dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Philippe Langlais 2012-02-13 10:51:22 +01:00 committed by Linus Walleij
parent 29bd2ab866
commit 70227a45d0
1 changed files with 1 additions and 1 deletions

View File

@ -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.