]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
s390/Kconfig: make z196 the default processor type
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 18 Apr 2016 15:10:16 +0000 (17:10 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 21 Apr 2016 07:51:21 +0000 (09:51 +0200)
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>
arch/s390/Kconfig

index 212f34b2a58e9cc5b42a819d76c7d02121353a2f..e1d3ad4f58a634b795276861b9476cb983163286 100644 (file)
@@ -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"