Skip to content

Commit

Permalink
s390/kvm: Improve Kconfig help text.
Browse files Browse the repository at this point in the history
CONFIG_S390_GUEST determines whether virtio guest drivers are built, and
the virtio console is not enforced as default.

Signed-off-by: Cornelia Huck <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
  • Loading branch information
cohuck authored and Martin Schwidefsky committed Sep 26, 2012
1 parent 843c48f commit bdd1fc2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -634,16 +634,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

0 comments on commit bdd1fc2

Please sign in to comment.