diff options
-rw-r--r-- | drivers/kvm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig index 36412e90f09b..703cc88d1ef9 100644 --- a/drivers/kvm/Kconfig +++ b/drivers/kvm/Kconfig | |||
@@ -1,6 +1,8 @@ | |||
1 | # | 1 | # |
2 | # KVM configuration | 2 | # KVM configuration |
3 | # | 3 | # |
4 | menu "Virtualization" | ||
5 | |||
4 | config KVM | 6 | config KVM |
5 | tristate "Kernel-based Virtual Machine (KVM) support" | 7 | tristate "Kernel-based Virtual Machine (KVM) support" |
6 | depends on X86 && EXPERIMENTAL | 8 | depends on X86 && EXPERIMENTAL |
@@ -31,3 +33,5 @@ config KVM_AMD | |||
31 | ---help--- | 33 | ---help--- |
32 | Provides support for KVM on AMD processors equipped with the AMD-V | 34 | Provides support for KVM on AMD processors equipped with the AMD-V |
33 | (SVM) extensions. | 35 | (SVM) extensions. |
36 | |||
37 | endmenu | ||