From: Heiko Stuebner Date: Sun, 25 May 2014 22:13:51 +0000 (+0200) Subject: ARM: Kconfig: set default gpio number for rockchip SoCs X-Git-Tag: v3.17-rc1~77^2~11^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7b5da4c3b9c6ef8d7cd7635b839adfb836edb08a;p=karo-tx-linux.git 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 Reviewed-by: Doug Anderson Tested-by: Doug Anderson Tested-by: Will Deacon Acked-by: Arnd Bergmann --- 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