|
@@ -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
|