aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2012-08-27 06:56:48 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-09-26 09:44:52 -0400
commitbdd1fc27cde35e092497ce8b2ff862bd3e8d27aa (patch)
tree41e1652a29f9f2385c921cd865393667f72aa4e3 /arch/s390/Kconfig
parent843c48fd0fc8a63324d1a30255ac2750fa564937 (diff)
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 <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 16506b28cb72..443fac9f1649 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -634,16 +634,17 @@ source "arch/s390/kvm/Kconfig"
634 634
635config S390_GUEST 635config S390_GUEST
636 def_bool y 636 def_bool y
637 prompt "s390 guest support for KVM (EXPERIMENTAL)" 637 prompt "s390 support for virtio devices (EXPERIMENTAL)"
638 depends on 64BIT && EXPERIMENTAL 638 depends on 64BIT && EXPERIMENTAL
639 select VIRTUALIZATION 639 select VIRTUALIZATION
640 select VIRTIO 640 select VIRTIO
641 select VIRTIO_RING 641 select VIRTIO_RING
642 select VIRTIO_CONSOLE 642 select VIRTIO_CONSOLE
643 help 643 help
644 Enabling this option adds support for virtio based paravirtual device
645 drivers on s390.
646
644 Select this option if you want to run the kernel as a guest under 647 Select this option if you want to run the kernel as a guest under
645 the KVM hypervisor. This will add detection for KVM as well as a 648 the KVM hypervisor.
646 virtio transport. If KVM is detected, the virtio console will be
647 the default console.
648 649
649endmenu 650endmenu