staging: wilc1000: linux_mon.c: replaces PRINT_ER with netdev_err
[linux-2.6/btrfs-unstable.git] / virt / kvm / Kconfig
blob7a79b68535836d51796fb424d4ba95c15eed96ad
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 KVM && COMPAT && !S390
51 config HAVE_KVM_IRQ_BYPASS
52        bool