summaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorMartin Schwidefsky2016-04-18 17:10:16 +0200
committerMartin Schwidefsky2016-04-21 09:51:21 +0200
commit7072276e6c0eed95b08e8f8d07456112970eac06 (patch)
treee09f222980c3695c190a89c013d24b1b33720046 /arch/s390/Kconfig
parents390/sclp: avoid compile warning in sclp_pci_report (diff)
downloadkernel-qcow2-linux-7072276e6c0eed95b08e8f8d07456112970eac06.tar.gz
kernel-qcow2-linux-7072276e6c0eed95b08e8f8d07456112970eac06.tar.xz
kernel-qcow2-linux-7072276e6c0eed95b08e8f8d07456112970eac06.zip
s390/Kconfig: make z196 the default processor type
The current default processor type is z900. The BPF jit compiler depends on PACK_STACK && HAVE_MARCH_Z196_FEATURES. To have the BPF jit code included in compiles with 'make allmodconfig' set the default processor type to z196. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 212f34b2a58e..e1d3ad4f58a6 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -211,7 +211,7 @@ config HAVE_MARCH_Z13_FEATURES
choice
prompt "Processor type"
- default MARCH_Z900
+ default MARCH_Z196
config MARCH_Z900
bool "IBM zSeries model z800 and z900"