diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2015-12-28 06:53:51 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-12-30 04:34:47 -0500 |
commit | c095a94932ceee19fe36942aa49df7276f9e30b5 (patch) | |
tree | c79115ab6d33faac1910cd707549d5aa929afd56 | |
parent | c6fc7b6f8ca5d3d59446ce4ee870569355cfb04a (diff) |
s390/Kconfig: remove pointless 64 bit dependencies
s390 is always 64 bit.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | arch/s390/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 3a55f493c7da..d66a7c47faf3 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -166,8 +166,7 @@ config SCHED_OMIT_FRAME_POINTER | |||
166 | 166 | ||
167 | config PGTABLE_LEVELS | 167 | config PGTABLE_LEVELS |
168 | int | 168 | int |
169 | default 4 if 64BIT | 169 | default 4 |
170 | default 2 | ||
171 | 170 | ||
172 | source "init/Kconfig" | 171 | source "init/Kconfig" |
173 | 172 | ||
@@ -403,7 +402,7 @@ config NODES_SPAN_OTHER_NODES | |||
403 | 402 | ||
404 | config NUMA | 403 | config NUMA |
405 | bool "NUMA support" | 404 | bool "NUMA support" |
406 | depends on SMP && 64BIT && SCHED_TOPOLOGY | 405 | depends on SMP && SCHED_TOPOLOGY |
407 | default n | 406 | default n |
408 | help | 407 | help |
409 | Enable NUMA support | 408 | Enable NUMA support |