Linux 3.18.54
[linux/fpc-iii.git] / virt / kvm / Kconfig
blobfc0c5e603eb42e7404d6060e81e4c20fa0003f39
1 # KVM common configuration items and defaults
3 config HAVE_KVM
4        bool
6 config HAVE_KVM_IRQCHIP
7        bool
9 config HAVE_KVM_IRQFD
10        bool
12 config HAVE_KVM_IRQ_ROUTING
13        bool
15 config HAVE_KVM_EVENTFD
16        bool
17        select EVENTFD
19 config KVM_APIC_ARCHITECTURE
20        bool
22 config KVM_MMIO
23        bool
25 config KVM_ASYNC_PF
26        bool
28 # Toggle to switch between direct notification and batch job
29 config KVM_ASYNC_PF_SYNC
30        bool
32 config HAVE_KVM_MSI
33        bool
35 config HAVE_KVM_CPU_RELAX_INTERCEPT
36        bool
38 config KVM_VFIO
39        bool