]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/kvm/Kconfig
Pull video into release branch
[mirror_ubuntu-artful-kernel.git] / drivers / kvm / Kconfig
1 #
2 # KVM configuration
3 #
4 menuconfig VIRTUALIZATION
5 bool "Virtualization"
6 depends on X86
7 default y
8
9 if VIRTUALIZATION
10
11 config KVM
12 tristate "Kernel-based Virtual Machine (KVM) support"
13 depends on X86 && EXPERIMENTAL
14 ---help---
15 Support hosting fully virtualized guest machines using hardware
16 virtualization extensions. You will need a fairly recent
17 processor equipped with virtualization extensions. You will also
18 need to select one or more of the processor modules below.
19
20 This module provides access to the hardware capabilities through
21 a character device node named /dev/kvm.
22
23 To compile this as a module, choose M here: the module
24 will be called kvm.
25
26 If unsure, say N.
27
28 config KVM_INTEL
29 tristate "KVM for Intel processors support"
30 depends on KVM
31 ---help---
32 Provides support for KVM on Intel processors equipped with the VT
33 extensions.
34
35 config KVM_AMD
36 tristate "KVM for AMD processors support"
37 depends on KVM
38 ---help---
39 Provides support for KVM on AMD processors equipped with the AMD-V
40 (SVM) extensions.
41
42 endif # VIRTUALIZATION