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>
This commit is contained in:
Heiko Carstens 2015-12-28 12:53:51 +01:00 committed by Martin Schwidefsky
parent c6fc7b6f8c
commit c095a94932

View File

@ -166,8 +166,7 @@ config SCHED_OMIT_FRAME_POINTER
config PGTABLE_LEVELS config PGTABLE_LEVELS
int int
default 4 if 64BIT default 4
default 2
source "init/Kconfig" source "init/Kconfig"
@ -403,7 +402,7 @@ config NODES_SPAN_OTHER_NODES
config NUMA config NUMA
bool "NUMA support" bool "NUMA support"
depends on SMP && 64BIT && SCHED_TOPOLOGY depends on SMP && SCHED_TOPOLOGY
default n default n
help help
Enable NUMA support Enable NUMA support