summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-09-02 14:42:09 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2022-10-17 11:34:05 +0200
commitf5a681d238885f238a5f06fcfda625a90d87a327 (patch)
treeff90ea7266667b0da1665662d5bb04b8a6b4fba8 /arch/arm64/Kconfig
parent8937944f4ee4f5763de8784ccdb068d93d9b0f3e (diff)
downloadlinux-stable-f5a681d238885f238a5f06fcfda625a90d87a327.tar.gz
linux-stable-f5a681d238885f238a5f06fcfda625a90d87a327.tar.bz2
linux-stable-f5a681d238885f238a5f06fcfda625a90d87a327.zip
arm64: Remove CONFIG_ARCH_NR_GPIO
CONFIG_ARCH_NR_GPIO is not used anymore, remove it. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 505c8a1ccbe0..a0c36763d954 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -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"