From: Cornelia Huck Date: Mon, 27 Aug 2012 10:56:48 +0000 (+0200) Subject: s390/kvm: Improve Kconfig help text. X-Git-Tag: next-20120904~97^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ceb63a441ab27f575077cd1d5df735d698b310a0;p=karo-tx-linux.git s390/kvm: Improve Kconfig help text. CONFIG_S390_GUEST determines whether virtio guest drivers are built, and the virtio console is not enforced as default. Signed-off-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 6cb52334e338..d829e1e5b1de 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -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