]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
s390/kvm: Improve Kconfig help text.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 27 Aug 2012 10:56:48 +0000 (12:56 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 10 Sep 2012 07:54:15 +0000 (09:54 +0200)
CONFIG_S390_GUEST determines whether virtio guest drivers are built, and
the virtio console is not enforced as default.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig

index 6cb52334e3388b7ad27281eefd861f8a265d2ed3..d829e1e5b1dece3fe95f2734236bfb06b31ef519 100644 (file)
@@ -632,16 +632,17 @@ source "arch/s390/kvm/Kconfig"
 
 config S390_GUEST
        def_bool y
-       prompt "s390 guest support for KVM (EXPERIMENTAL)"
+       prompt "s390 support for virtio devices (EXPERIMENTAL)"
        depends on 64BIT && EXPERIMENTAL
        select VIRTUALIZATION
        select VIRTIO
        select VIRTIO_RING
        select VIRTIO_CONSOLE
        help
+         Enabling this option adds support for virtio based paravirtual device
+         drivers on s390.
+
          Select this option if you want to run the kernel as a guest under
-         the KVM hypervisor. This will add detection for KVM as well  as a
-         virtio transport. If KVM is detected, the virtio console will be
-         the default console.
+         the KVM hypervisor.
 
 endmenu