Skip to content

Commit

Permalink
ARM: ux500: set ARCH_NR_GPIO to 355 on U8500 platforms
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philippe Langlais authored and Linus Walleij committed Feb 29, 2012
1 parent 29bd2ab commit 70227a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 70227a4

Please sign in to comment.