diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:16:42 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:04 -0500 |
commit | 510cf5a6d21e2fe03d63b5e6c95c60ceb7ea933c (patch) | |
tree | d398aed9d69571517ecdbf85b345c7df4ab569f8 /arch/s390/Kconfig | |
parent | ec87905930e44960cfb9f344e40d40427bb5075b (diff) |
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>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index b5ea38c25647..76e73158bcad 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -718,8 +718,8 @@ source "arch/s390/kvm/Kconfig" | |||
718 | 718 | ||
719 | config S390_GUEST | 719 | config S390_GUEST |
720 | def_bool y | 720 | def_bool y |
721 | prompt "s390 support for virtio devices (EXPERIMENTAL)" | 721 | prompt "s390 support for virtio devices" |
722 | depends on 64BIT && EXPERIMENTAL | 722 | depends on 64BIT |
723 | select VIRTUALIZATION | 723 | select VIRTUALIZATION |
724 | select VIRTIO | 724 | select VIRTIO |
725 | select VIRTIO_CONSOLE | 725 | select VIRTIO_CONSOLE |