5 source "virt/kvm/Kconfig"
7 menuconfig VIRTUALIZATION
10 Say Y here to get to see options for using your Linux host to run
11 other operating systems inside virtual machines (guests).
12 This option alone does not add any kernel code.
14 If you say N, all options in this submenu will be skipped and
20 bool "Kernel-based Virtual Machine (KVM) support"
22 select PREEMPT_NOTIFIERS
29 Support hosting virtualized guest machines.
36 Provides host support for ARM processors.
40 depends on KVM_ARM_HOST && OF
41 select HAVE_KVM_IRQCHIP
43 Adds support for a hardware assisted, in-kernel GIC emulation.
47 depends on KVM_ARM_VGIC
49 Adds support for the Architected Timers in virtual machines.
51 endif # VIRTUALIZATION