aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Stuebner <[email protected]>2014-05-26 00:13:51 +0200
committerHeiko Stuebner <[email protected]>2014-07-26 13:07:17 +0200
commit7b5da4c3b9c6ef8d7cd7635b839adfb836edb08a (patch)
tree6c9e335bfec296b57882833ee5fd011d25c9bce4
parentefd02ee92b3efae6f4f1056640d407ac45c4051c (diff)
ARM: Kconfig: set default gpio number for rockchip SoCs
The new rk3288 needs a bigger gpio space, as it has 9 gpio banks. Signed-off-by: Heiko Stuebner <[email protected]> Reviewed-by: Doug Anderson <[email protected]> Tested-by: Doug Anderson <[email protected]> Tested-by: Will Deacon <[email protected]> Acked-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 245058b3b0ef..b3ba139f599a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1558,6 +1558,7 @@ config ARCH_NR_GPIO
default 416 if ARCH_SUNXI
default 392 if ARCH_U8500
default 352 if ARCH_VT8500
+ default 288 if ARCH_ROCKCHIP
default 264 if MACH_H4700
default 0
help