Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[deliverable/linux.git] / drivers / kvm / Kconfig
CommitLineData
6aa8b732
AK
1#
2# KVM configuration
3#
de062065
JE
4menuconfig VIRTUALIZATION
5 bool "Virtualization"
eeca7a36 6 depends on X86
de062065
JE
7 default y
8
9if VIRTUALIZATION
fd24dc4a 10
6aa8b732
AK
11config 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
28config 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
35config 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.
fd24dc4a 41
de062065 42endif # VIRTUALIZATION
This page took 0.107136 seconds and 5 git commands to generate.