4 menuconfig VIRTUALIZATION
12 tristate "Kernel-based Virtual Machine (KVM) support"
13 depends on X86 && EXPERIMENTAL
16 Support hosting fully virtualized guest machines using hardware
17 virtualization extensions. You will need a fairly recent
18 processor equipped with virtualization extensions. You will also
19 need to select one or more of the processor modules below.
21 This module provides access to the hardware capabilities through
22 a character device node named /dev/kvm.
24 To compile this as a module, choose M here: the module
30 tristate "KVM for Intel processors support"
33 Provides support for KVM on Intel processors equipped with the VT
37 tristate "KVM for AMD processors support"
40 Provides support for KVM on AMD processors equipped with the AMD-V
43 endif # VIRTUALIZATION