aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2013-10-16 18:42:28 -0400
committerChris Zankel <chris@zankel.net>2014-01-14 13:19:59 -0500
commit49b424fedaf88d0fa9913082b8c1ccd012a8a972 (patch)
tree1a1fac57b578fe828b54b0367df4ed1fd94940b9 /arch/xtensa/Kconfig
parentf615136c06a791364f5afa8b8ba965315a6440f1 (diff)
xtensa: implement CPU hotplug
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 4b09c60b6b30..70a160be3464 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -140,6 +140,15 @@ config NR_CPUS
140 range 2 32 140 range 2 32
141 default "4" 141 default "4"
142 142
143config HOTPLUG_CPU
144 bool "Enable CPU hotplug support"
145 depends on SMP
146 help
147 Say Y here to allow turning CPUs off and on. CPUs can be
148 controlled through /sys/devices/system/cpu.
149
150 Say N if you want to disable CPU hotplug.
151
143config MATH_EMULATION 152config MATH_EMULATION
144 bool "Math emulation" 153 bool "Math emulation"
145 help 154 help