projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b470f
)
x86: Remove CONFIG_ARCH_NR_GPIO
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Fri, 2 Sep 2022 12:42:07 +0000
(14:42 +0200)
committer
Bartosz 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
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 6d1879ef933a2c129ad05d2f7c3254b0347c2e38..a3288f7e7b2bd177d24058370c6a7b48a79d13b0 100644
(file)
--- 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