mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
[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>
This commit is contained in:
parent
3b3be0d1cc
commit
fd24dc4af6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user