Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb171a99 authored by Boris BREZILLON's avatar Boris BREZILLON Committed by Linus Walleij
Browse files

ARM: sunxi: update the default ARCH_NR_GPIO for sunxi arch



The A31 SoC has PL and PM banks and thus increase the default ARCH_NR_GPIO.

Signed-off-by: default avatarBoris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent cf2908e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1645,9 +1645,9 @@ config ARCH_NR_GPIO
	int
	default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
	default 512 if ARCH_EXYNOS || ARCH_KEYSTONE || SOC_OMAP5 || SOC_DRA7XX || ARCH_S3C24XX || ARCH_S3C64XX
	default 416 if ARCH_SUNXI
	default 392 if ARCH_U8500
	default 352 if ARCH_VT8500
	default 288 if ARCH_SUNXI
	default 264 if MACH_H4700
	default 0
	help