Commit 510cf5a6 authored by Kees Cook's avatar Kees Cook

arch/s390: remove depends on CONFIG_EXPERIMENTAL

The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent ec879059
...@@ -718,8 +718,8 @@ source "arch/s390/kvm/Kconfig" ...@@ -718,8 +718,8 @@ source "arch/s390/kvm/Kconfig"
config S390_GUEST config S390_GUEST
def_bool y def_bool y
prompt "s390 support for virtio devices (EXPERIMENTAL)" prompt "s390 support for virtio devices"
depends on 64BIT && EXPERIMENTAL depends on 64BIT
select VIRTUALIZATION select VIRTUALIZATION
select VIRTIO select VIRTIO
select VIRTIO_CONSOLE select VIRTIO_CONSOLE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment