diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index db259757dc8a..92f5a5266023 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -313,6 +313,15 @@ config NR_CPUS | |||
313 | This is purely to save memory - each supported CPU requires | 313 | This is purely to save memory - each supported CPU requires |
314 | memory in the static kernel configuration. | 314 | memory in the static kernel configuration. |
315 | 315 | ||
316 | config HOTPLUG_CPU | ||
317 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | ||
318 | depends on SMP && HOTPLUG && EXPERIMENTAL | ||
319 | help | ||
320 | Say Y here to experiment with turning CPUs off and on. CPUs | ||
321 | can be controlled through /sys/devices/system/cpu/cpu#. | ||
322 | Say N if you want to disable CPU hotplug. | ||
323 | |||
324 | |||
316 | config HPET_TIMER | 325 | config HPET_TIMER |
317 | bool | 326 | bool |
318 | default y | 327 | default y |