Skip to content

Commit

Permalink
[PATCH] KVM: Put KVM in a new Virtualization menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Dec 13, 2006
1 parent 3b3be0d commit fd24dc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/kvm/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# KVM configuration
#
menu "Virtualization"

config KVM
tristate "Kernel-based Virtual Machine (KVM) support"
depends on X86 && EXPERIMENTAL
Expand Down Expand Up @@ -31,3 +33,5 @@ config KVM_AMD
---help---
Provides support for KVM on AMD processors equipped with the AMD-V
(SVM) extensions.

endmenu

0 comments on commit fd24dc4

Please sign in to comment.