s390/bpf: add dependency to z196 features
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 21 Apr 2015 14:50:08 +0000 (16:50 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 23 Apr 2015 14:55:50 +0000 (16:55 +0200)
The new ebpf code uses e.g. the laal instruction which is part of the
interlocked-access facility 1 which again was introduced with z196.

So we must make sure the ebpf code generator depends on MARCH_Z196_FEATURES.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/Kconfig

Simple merge