Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
[linux-2.6/btrfs-unstable.git] / virt / kvm / Kconfig
blobe2c876d5a03be04255d35543240c3e9978437a86
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
41 config HAVE_KVM_ARCH_TLB_FLUSH_ALL
42        bool
44 config KVM_GENERIC_DIRTYLOG_READ_PROTECT
45        bool
47 config KVM_COMPAT
48        def_bool y
49        depends on COMPAT && !S390