RISC-V: KVM: remove unneeded semicolon
[linux-block.git] / virt / kvm / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
0ba12d10
AK
2# KVM common configuration items and defaults
3
4config HAVE_KVM
5 bool
6
982ed0de
DW
7config HAVE_KVM_PFNCACHE
8 bool
9
0ba12d10
AK
10config HAVE_KVM_IRQCHIP
11 bool
721eecbf 12
297e2105
PM
13config HAVE_KVM_IRQFD
14 bool
15
a725d56a
AG
16config HAVE_KVM_IRQ_ROUTING
17 bool
18
dc70ec21
DW
19config HAVE_KVM_DIRTY_RING
20 bool
21
721eecbf
GH
22config HAVE_KVM_EVENTFD
23 bool
24 select EVENTFD
73880c80 25
50eb2a3c
AK
26config KVM_MMIO
27 bool
af585b92
GN
28
29config KVM_ASYNC_PF
30 bool
07975ad3 31
e0ead41a
DD
32# Toggle to switch between direct notification and batch job
33config KVM_ASYNC_PF_SYNC
34 bool
35
07975ad3
JK
36config HAVE_KVM_MSI
37 bool
f2a74347
R
38
39config HAVE_KVM_CPU_RELAX_INTERCEPT
40 bool
ec53500f
AW
41
42config KVM_VFIO
43 bool
a6d51016
MS
44
45config HAVE_KVM_ARCH_TLB_FLUSH_ALL
46 bool
ba0513b5 47
3491caf2
CB
48config HAVE_KVM_INVALID_WAKEUPS
49 bool
50
ba0513b5
MS
51config KVM_GENERIC_DIRTYLOG_READ_PROTECT
52 bool
de8e5d74
CB
53
54config KVM_COMPAT
55 def_bool y
37b65db8 56 depends on KVM && COMPAT && !(S390 || ARM64)
1a02b270
EA
57
58config HAVE_KVM_IRQ_BYPASS
59 bool
5cb0944c
PB
60
61config HAVE_KVM_VCPU_ASYNC_IOCTL
62 bool
bd2a6394
CD
63
64config HAVE_KVM_VCPU_RUN_PID_CHANGE
65 bool
cdd6ad3a
CB
66
67config HAVE_KVM_NO_POLL
68 bool
935ace2f
TG
69
70config KVM_XFER_TO_GUEST_WORK
71 bool
2fdef3a2
SS
72
73config HAVE_KVM_PM_NOTIFIER
74 bool