Browse Source

[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>
Avi Kivity 18 years ago
parent
commit
fd24dc4af6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      drivers/kvm/Kconfig

+ 4 - 0
drivers/kvm/Kconfig

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