From: Christophe Leroy Date: Fri, 2 Sep 2022 12:42:09 +0000 (+0200) Subject: arm64: Remove CONFIG_ARCH_NR_GPIO X-Git-Tag: v6.6.17~5913^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5a681d238885f238a5f06fcfda625a90d87a327;p=platform%2Fkernel%2Flinux-rpi.git arm64: Remove CONFIG_ARCH_NR_GPIO CONFIG_ARCH_NR_GPIO is not used anymore, remove it. Signed-off-by: Christophe Leroy Reviewed-by: Andy Shevchenko Signed-off-by: Bartosz Golaszewski --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 505c8a1..a0c3676 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"