diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-01-26 15:36:51 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-02-01 10:42:38 +0100 |
commit | e590b91e8a6225a96f3f6438c4cea3682f16b515 (patch) | |
tree | 069a4df2b8ebe7837ab6cc63cf280857f16f1a29 /arch/arm/Kconfig | |
parent | 08e9e614ca4bec167f4b432328912b51a555f339 (diff) | |
download | linux-e590b91e8a6225a96f3f6438c4cea3682f16b515.tar.bz2 |
ARM: sunxi: Increase the number of GPIOs available
The Allwinner A10 has 9 banks of 32 GPIOs available, so it doesn't fit
in the usual 256 limit set by gpio.h. Increase this number to 288.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 67874b82a4ed..9c635b6cc3ea 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1637,7 +1637,7 @@ config ARCH_NR_GPIO default 355 if ARCH_U8500 default 264 if MACH_H4700 default 512 if SOC_OMAP5 - default 288 if ARCH_VT8500 + default 288 if ARCH_VT8500 || ARCH_SUNXI default 0 help Maximum number of GPIOs in the system. |