aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ed92864d1325..962388cffa89 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1020,7 +1020,7 @@ config HAVE_ARCH_ALLOC_REMAP
1020 1020
1021config ARCH_FLATMEM_ENABLE 1021config ARCH_FLATMEM_ENABLE
1022 def_bool y 1022 def_bool y
1023 depends on X86_32 && ARCH_SELECT_MEMORY_MODEL && X86_PC && !NUMA 1023 depends on X86_32 && ARCH_SELECT_MEMORY_MODEL && !NUMA
1024 1024
1025config ARCH_DISCONTIGMEM_ENABLE 1025config ARCH_DISCONTIGMEM_ENABLE
1026 def_bool y 1026 def_bool y
@@ -1036,7 +1036,7 @@ config ARCH_SPARSEMEM_DEFAULT
1036 1036
1037config ARCH_SPARSEMEM_ENABLE 1037config ARCH_SPARSEMEM_ENABLE
1038 def_bool y 1038 def_bool y
1039 depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC) 1039 depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC) || X86_GENERICARCH
1040 select SPARSEMEM_STATIC if X86_32 1040 select SPARSEMEM_STATIC if X86_32
1041 select SPARSEMEM_VMEMMAP_ENABLE if X86_64 1041 select SPARSEMEM_VMEMMAP_ENABLE if X86_64
1042 1042
@@ -1356,14 +1356,14 @@ config PHYSICAL_ALIGN
1356 Don't change this unless you know what you are doing. 1356 Don't change this unless you know what you are doing.
1357 1357
1358config HOTPLUG_CPU 1358config HOTPLUG_CPU
1359 bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)" 1359 bool "Support for hot-pluggable CPUs"
1360 depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER 1360 depends on SMP && HOTPLUG && !X86_VOYAGER
1361 ---help--- 1361 ---help---
1362 Say Y here to experiment with turning CPUs off and on, and to 1362 Say Y here to allow turning CPUs off and on. CPUs can be
1363 enable suspend on SMP systems. CPUs can be controlled through 1363 controlled through /sys/devices/system/cpu.
1364 /sys/devices/system/cpu. 1364 ( Note: power management support will enable this option
1365 Say N if you want to disable CPU hotplug and don't need to 1365 automatically on SMP systems. )
1366 suspend. 1366 Say N if you want to disable CPU hotplug.
1367 1367
1368config COMPAT_VDSO 1368config COMPAT_VDSO
1369 def_bool y 1369 def_bool y