Skip to content

Commit 510cf5a

Browse files
committed
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: Kees Cook <keescook@chromium.org> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
1 parent ec87905 commit 510cf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/s390/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ source "arch/s390/kvm/Kconfig"
718718

719719
config S390_GUEST
720720
def_bool y
721-
prompt "s390 support for virtio devices (EXPERIMENTAL)"
722-
depends on 64BIT && EXPERIMENTAL
721+
prompt "s390 support for virtio devices"
722+
depends on 64BIT
723723
select VIRTUALIZATION
724724
select VIRTIO
725725
select VIRTIO_CONSOLE

0 commit comments

Comments
 (0)