diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b29f0280d712..eb7e8d795c6a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -784,8 +784,17 @@ config SYS_HAS_EARLY_PRINTK | |||
784 | bool | 784 | bool |
785 | 785 | ||
786 | config HOTPLUG_CPU | 786 | config HOTPLUG_CPU |
787 | bool "Support for hot-pluggable CPUs" | ||
788 | depends on SMP && HOTPLUG && SYS_SUPPORTS_HOTPLUG_CPU | ||
789 | help | ||
790 | Say Y here to allow turning CPUs off and on. CPUs can be | ||
791 | controlled through /sys/devices/system/cpu. | ||
792 | (Note: power management support will enable this option | ||
793 | automatically on SMP systems. ) | ||
794 | Say N if you want to disable CPU hotplug. | ||
795 | |||
796 | config SYS_SUPPORTS_HOTPLUG_CPU | ||
787 | bool | 797 | bool |
788 | default n | ||
789 | 798 | ||
790 | config I8259 | 799 | config I8259 |
791 | bool | 800 | bool |