diff options
author | Avi Kivity <avi@qumranet.com> | 2006-12-13 03:33:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:05:46 -0500 |
commit | fd24dc4af6387d820159e3affdfb1e9d3bdce1f8 (patch) | |
tree | 7ec736eebe8b723f9a7467650e2853026a3bd720 /drivers/kvm/Kconfig | |
parent | 3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6 (diff) |
[PATCH] KVM: Put KVM in a new Virtualization menu
Instead of in the main drivers menu.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/kvm/Kconfig')
-rw-r--r-- | drivers/kvm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig index 36412e90f09b..703cc88d1ef9 100644 --- a/drivers/kvm/Kconfig +++ b/drivers/kvm/Kconfig | |||
@@ -1,6 +1,8 @@ | |||
1 | # | 1 | # |
2 | # KVM configuration | 2 | # KVM configuration |
3 | # | 3 | # |
4 | menu "Virtualization" | ||
5 | |||
4 | config KVM | 6 | config KVM |
5 | tristate "Kernel-based Virtual Machine (KVM) support" | 7 | tristate "Kernel-based Virtual Machine (KVM) support" |
6 | depends on X86 && EXPERIMENTAL | 8 | depends on X86 && EXPERIMENTAL |
@@ -31,3 +33,5 @@ config KVM_AMD | |||
31 | ---help--- | 33 | ---help--- |
32 | Provides support for KVM on AMD processors equipped with the AMD-V | 34 | Provides support for KVM on AMD processors equipped with the AMD-V |
33 | (SVM) extensions. | 35 | (SVM) extensions. |
36 | |||
37 | endmenu | ||