diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig index 36412e90f09b95be706461504fed6eb823b2d7a0..703cc88d1ef974bcf8d0b27f7625f23d079aec4c 100644 --- a/drivers/kvm/Kconfig +++ b/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