Commit f5a681d2 authored by Christophe Leroy's avatar Christophe Leroy Committed by Bartosz Golaszewski
Browse files

arm64: Remove CONFIG_ARCH_NR_GPIO



CONFIG_ARCH_NR_GPIO is not used anymore, remove it.

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent 8937944f
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -2145,18 +2145,6 @@ config STACKPROTECTOR_PER_TASK
	def_bool y
	depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_SYSREG

# The GPIO number here must be sorted by descending number. In case of
# a multiplatform kernel, we just want the highest value required by the
# selected platforms.
config ARCH_NR_GPIO
        int
        default 2048 if ARCH_APPLE
        default 0
        help
          Maximum number of GPIOs in the system.

          If unsure, leave the default value.

endmenu # "Kernel Features"

menu "Boot options"