diff --git a/[refs] b/[refs] index 38bc0c16c613..5e8834c6b641 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6 +refs/heads/master: fd24dc4af6387d820159e3affdfb1e9d3bdce1f8 diff --git a/trunk/drivers/kvm/Kconfig b/trunk/drivers/kvm/Kconfig index 36412e90f09b..703cc88d1ef9 100644 --- a/trunk/drivers/kvm/Kconfig +++ b/trunk/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