diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3d0f2b6a5a16..7917962ab7ff 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1371,14 +1371,14 @@ config PHYSICAL_ALIGN | |||
1371 | Don't change this unless you know what you are doing. | 1371 | Don't change this unless you know what you are doing. |
1372 | 1372 | ||
1373 | config HOTPLUG_CPU | 1373 | config HOTPLUG_CPU |
1374 | bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)" | 1374 | bool "Support for hot-pluggable CPUs" |
1375 | depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER | 1375 | depends on SMP && HOTPLUG && !X86_VOYAGER |
1376 | ---help--- | 1376 | ---help--- |
1377 | Say Y here to experiment with turning CPUs off and on, and to | 1377 | Say Y here to allow turning CPUs off and on. CPUs can be |
1378 | enable suspend on SMP systems. CPUs can be controlled through | 1378 | controlled through /sys/devices/system/cpu. |
1379 | /sys/devices/system/cpu. | 1379 | ( Note: power management support will enable this option |
1380 | Say N if you want to disable CPU hotplug and don't need to | 1380 | automatically on SMP systems. ) |
1381 | suspend. | 1381 | Say N if you want to disable CPU hotplug. |
1382 | 1382 | ||
1383 | config COMPAT_VDSO | 1383 | config COMPAT_VDSO |
1384 | def_bool y | 1384 | def_bool y |