diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-03-09 18:22:30 +1300 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-04-04 17:59:44 +1300 |
commit | 01bb914c8a91df82978b25d9b244945c79c1c632 (patch) | |
tree | b99608dd5ae1932d5234dc0a7cd4eb4236f307ff /arch/arm | |
parent | daeec1f083e02c9ee235e29d2cb28d7b9e81d899 (diff) |
arm: vt8500: Increase available GPIOs on arch-vt8500
With the inclusion of the pin control driver, more GPIO pins have been
identified on the arch-vt8500 SoCs requiring an increase in the available
GPIOs.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 13b739469c51..244c61835a6b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1661,7 +1661,8 @@ config ARCH_NR_GPIO default 1024 if ARCH_SHMOBILE || ARCH_TEGRA default 512 if SOC_OMAP5 default 355 if ARCH_U8500 - default 288 if ARCH_VT8500 || ARCH_SUNXI + default 352 if ARCH_VT8500 + default 288 if ARCH_SUNXI default 264 if MACH_H4700 default 0 help |