forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/s390/kvm/Kconfig
....@@ -7,7 +7,7 @@
77 menuconfig VIRTUALIZATION
88 def_bool y
99 prompt "KVM"
10
- ---help---
10
+ help
1111 Say Y here to get to see options for using your Linux host to run other
1212 operating systems inside virtual machines (guests).
1313 This option alone does not add any kernel code.
....@@ -30,9 +30,10 @@
3030 select HAVE_KVM_IRQFD
3131 select HAVE_KVM_IRQ_ROUTING
3232 select HAVE_KVM_INVALID_WAKEUPS
33
+ select HAVE_KVM_NO_POLL
3334 select SRCU
3435 select KVM_VFIO
35
- ---help---
36
+ help
3637 Support hosting paravirtualized guest machines using the SIE
3738 virtualization capability on the mainframe. This should work
3839 on any 64bit machine.
....@@ -48,14 +49,10 @@
4849 config KVM_S390_UCONTROL
4950 bool "Userspace controlled virtual machines"
5051 depends on KVM
51
- ---help---
52
+ help
5253 Allow CAP_SYS_ADMIN users to create KVM virtual machines that are
5354 controlled by userspace.
5455
5556 If unsure, say N.
56
-
57
-# OK, it's a little counter-intuitive to do this, but it puts it neatly under
58
-# the virtualization menu.
59
-source drivers/vhost/Kconfig
6057
6158 endif # VIRTUALIZATION