arm64: msm: increase number of max gpios

Increase number of maxium gpios for ARCH_MSM.

Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
This commit is contained in:
Joonwoo Park 2014-09-03 13:40:29 -07:00 committed by David Keitel
parent e52b48462f
commit 0f79e443a5

View file

@ -543,6 +543,7 @@ config HOTPLUG_CPU
config ARCH_NR_GPIO
int
default 1024 if ARCH_TEGRA
default 1024 if ARCH_MSM
default 256
help
Maximum number of GPIOs in the system.