| source "virt/kvm/Kconfig" |
| menuconfig VIRTUALIZATION |
| Say Y here to get to see options for using your Linux host to run |
| other operating systems inside virtual machines (guests). |
| This option alone does not add any kernel code. |
| If you say N, all options in this submenu will be skipped and |
| bool "Kernel-based Virtual Machine (KVM) support" |
| select HAVE_KVM_CPU_RELAX_INTERCEPT |
| Support hosting virtualized guest machines. |
| Provides host support for ARM processors. |
| depends on KVM_ARM_HOST && OF |
| Adds support for a hardware assisted, in-kernel GIC emulation. |
| Adds support for the Architected Timers in virtual machines. |