From: Christophe Leroy Date: Fri, 2 Sep 2022 12:42:07 +0000 (+0200) Subject: x86: Remove CONFIG_ARCH_NR_GPIO X-Git-Tag: microblaze-v6.6~1524^2~57 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=f71806d8dc6c053b5a5344536380c5b2bb82b3fc;p=linux-2.6-microblaze.git x86: Remove CONFIG_ARCH_NR_GPIO CONFIG_ARCH_NR_GPIO is not used anymore, remove it. Signed-off-by: Christophe Leroy Reviewed-by: Andy Shevchenko Acked-by: Thomas Gleixner Signed-off-by: Bartosz Golaszewski --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6d1879ef933a..a3288f7e7b2b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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