aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6f20718d3156..ac22bb7719f7 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -167,9 +167,12 @@ config GENERIC_PENDING_IRQ
167config X86_SMP 167config X86_SMP
168 bool 168 bool
169 depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64) 169 depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64)
170 select USE_GENERIC_SMP_HELPERS
171 default y 170 default y
172 171
172config USE_GENERIC_SMP_HELPERS
173 def_bool y
174 depends on SMP
175
173config X86_32_SMP 176config X86_32_SMP
174 def_bool y 177 def_bool y
175 depends on X86_32 && SMP 178 depends on X86_32 && SMP
@@ -1494,7 +1497,7 @@ config HAVE_ARCH_EARLY_PFN_TO_NID
1494 def_bool X86_64 1497 def_bool X86_64
1495 depends on NUMA 1498 depends on NUMA
1496 1499
1497menu "Power management options" 1500menu "Power management and ACPI options"
1498 depends on !X86_VOYAGER 1501 depends on !X86_VOYAGER
1499 1502
1500config ARCH_HIBERNATION_HEADER 1503config ARCH_HIBERNATION_HEADER
@@ -1894,6 +1897,10 @@ config SYSVIPC_COMPAT
1894endmenu 1897endmenu
1895 1898
1896 1899
1900config HAVE_ATOMIC_IOMAP
1901 def_bool y
1902 depends on X86_32
1903
1897source "net/Kconfig" 1904source "net/Kconfig"
1898 1905
1899source "drivers/Kconfig" 1906source "drivers/Kconfig"