aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/Kconfig
blob: 28694f4a91398998f569c234c7faee104a945259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# KVM common configuration items and defaults

config HAVE_KVM
       bool

config HAVE_KVM_IRQCHIP
       bool

config HAVE_KVM_EVENTFD
       bool
       select EVENTFD

config KVM_APIC_ARCHITECTURE
       bool

config KVM_MMIO
       bool

config KVM_ASYNC_PF
       bool

config HAVE_KVM_MSI
       bool