mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-05 18:59:58 +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 changed files with 4 additions and 0 deletions
|
@ -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 a new issue