summaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorHeiko Carstens2015-12-28 13:20:43 +0100
committerMartin Schwidefsky2015-12-30 10:34:57 +0100
commit9236b4dd6bfabefcf2063544083a66cd5f3a738d (patch)
tree5623aaea56e8a5ed1d68ebe1f04c0dec6db4a40d /arch/s390/Kconfig
parents390/Kconfig: remove pointless 64 bit dependencies (diff)
downloadkernel-qcow2-linux-9236b4dd6bfabefcf2063544083a66cd5f3a738d.tar.gz
kernel-qcow2-linux-9236b4dd6bfabefcf2063544083a66cd5f3a738d.tar.xz
kernel-qcow2-linux-9236b4dd6bfabefcf2063544083a66cd5f3a738d.zip
s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOK
Use CONFIG_TOPOLOGY which selects CONFIG_SCHED_* all over the place to reduce the random usage of the previous config options. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index d66a7c47faf3..6d0ae7d30724 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -389,9 +389,6 @@ config HOTPLUG_CPU
can be controlled through /sys/devices/system/cpu/cpu#.
Say N if you want to disable CPU hotplug.
-config SCHED_SMT
- def_bool n
-
# Some NUMA nodes have memory ranges that span
# other nodes. Even though a pfn is valid and
# between a node's start and end pfns, it may not
@@ -462,6 +459,9 @@ config EMU_SIZE
endmenu
+config SCHED_SMT
+ def_bool n
+
config SCHED_MC
def_bool n