aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig11
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 28d183c4275..d1727584230 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -193,18 +193,13 @@ config HOTPLUG_CPU
193 Say N if you want to disable CPU hotplug. 193 Say N if you want to disable CPU hotplug.
194 194
195config SCHED_MC 195config SCHED_MC
196 def_bool y 196 def_bool n
197 prompt "Multi-core scheduler support"
198 depends on SMP
199 help
200 Multi-core scheduler support improves the CPU scheduler's decision
201 making when dealing with multi-core CPU chips at a cost of slightly
202 increased overhead in some places.
203 197
204config SCHED_BOOK 198config SCHED_BOOK
205 def_bool y 199 def_bool y
206 prompt "Book scheduler support" 200 prompt "Book scheduler support"
207 depends on SMP && SCHED_MC 201 depends on SMP
202 select SCHED_MC
208 help 203 help
209 Book scheduler support improves the CPU scheduler's decision making 204 Book scheduler support improves the CPU scheduler's decision making
210 when dealing with machines that have several books. 205 when dealing with machines that have several books.