projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3be0d
)
[PATCH] KVM: Put KVM in a new Virtualization menu
author
Avi Kivity
<avi@qumranet.com>
Wed, 13 Dec 2006 08:33:44 +0000
(
00:33
-0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/kvm/Kconfig
b/drivers/kvm/Kconfig
index 36412e90f09b95be706461504fed6eb823b2d7a0..703cc88d1ef974bcf8d0b27f7625f23d079aec4c 100644
(file)
--- a/
drivers/kvm/Kconfig
+++ b/
drivers/kvm/Kconfig
@@
-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