projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29bd2ab
)
ARM: ux500: set ARCH_NR_GPIO to 355 on U8500 platforms
author
Philippe Langlais
<philippe.langlais@linaro.org>
Mon, 13 Feb 2012 09:51:22 +0000
(10:51 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 29 Feb 2012 15:32:37 +0000
(16:32 +0100)
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>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index a48aecc17eacc2e3d3f5cf4b0ff4183f29b33440..b145d67a1288d2229000a93768a457560a8bd113 100644
(file)
--- 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 35
0
if ARCH_U8500
+ default 35
5
if ARCH_U8500
default 0
help
Maximum number of GPIOs in the system.