diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index f0777a47e3a5..74a2f1b607a4 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -198,6 +198,13 @@ config HOTPLUG_CPU | |||
198 | can be controlled through /sys/devices/system/cpu/cpu#. | 198 | can be controlled through /sys/devices/system/cpu/cpu#. |
199 | Say N if you want to disable CPU hotplug. | 199 | Say N if you want to disable CPU hotplug. |
200 | 200 | ||
201 | config SCHED_BOOK | ||
202 | bool "Book scheduler support" | ||
203 | depends on SMP | ||
204 | help | ||
205 | Book scheduler support improves the CPU scheduler's decision making | ||
206 | when dealing with machines that have several books. | ||
207 | |||
201 | config MATHEMU | 208 | config MATHEMU |
202 | bool "IEEE FPU emulation" | 209 | bool "IEEE FPU emulation" |
203 | depends on MARCH_G5 | 210 | depends on MARCH_G5 |