Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdd1fc27 authored by Cornelia Huck's avatar Cornelia Huck Committed by Martin Schwidefsky
Browse files

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: default avatarCornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 843c48fd
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -634,16 +634,17 @@ source "arch/s390/kvm/Kconfig"


config S390_GUEST
config S390_GUEST
	def_bool y
	def_bool y
	prompt "s390 guest support for KVM (EXPERIMENTAL)"
	prompt "s390 support for virtio devices (EXPERIMENTAL)"
	depends on 64BIT && EXPERIMENTAL
	depends on 64BIT && EXPERIMENTAL
	select VIRTUALIZATION
	select VIRTUALIZATION
	select VIRTIO
	select VIRTIO
	select VIRTIO_RING
	select VIRTIO_RING
	select VIRTIO_CONSOLE
	select VIRTIO_CONSOLE
	help
	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
	  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
	  the KVM hypervisor.
	  virtio transport. If KVM is detected, the virtio console will be
	  the default console.


endmenu
endmenu