OSDN Git Service

x86: Remove CONFIG_ARCH_NR_GPIO
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 2 Sep 2022 12:42:07 +0000 (14:42 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 17 Oct 2022 09:34:01 +0000 (11:34 +0200)
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>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
arch/x86/Kconfig

index 6d1879e..a3288f7 100644 (file)
@@ -357,11 +357,6 @@ config ARCH_HAS_CPU_RELAX
 config ARCH_HIBERNATION_POSSIBLE
        def_bool y
 
-config ARCH_NR_GPIO
-       int
-       default 1024 if X86_64
-       default 512
-
 config ARCH_SUSPEND_POSSIBLE
        def_bool y