]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] KVM: Put KVM in a new Virtualization menu
authorAvi Kivity <avi@qumranet.com>
Wed, 13 Dec 2006 08:33:44 +0000 (00:33 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:46 +0000 (09:05 -0800)
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>
drivers/kvm/Kconfig

index 36412e90f09b95be706461504fed6eb823b2d7a0..703cc88d1ef974bcf8d0b27f7625f23d079aec4c 100644 (file)
@@ -1,6 +1,8 @@
 #
 # KVM configuration
 #
+menu "Virtualization"
+
 config KVM
        tristate "Kernel-based Virtual Machine (KVM) support"
        depends on X86 && EXPERIMENTAL
@@ -31,3 +33,5 @@ config KVM_AMD
        ---help---
          Provides support for KVM on AMD processors equipped with the AMD-V
          (SVM) extensions.
+
+endmenu