X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fkvm%2FKconfig;h=e8e37d826478842df2d95d7f4d65db77623c8dfe;hb=489de30259e667d7bc47da9da44a0270b050cd97;hp=36412e90f09b95be706461504fed6eb823b2d7a0;hpb=741441ab7800f1eb031e74fd720f4f8f361678ed;p=karo-tx-linux.git diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig index 36412e90f09b..e8e37d826478 100644 --- a/drivers/kvm/Kconfig +++ b/drivers/kvm/Kconfig @@ -1,6 +1,9 @@ # # KVM configuration # +menu "Virtualization" + depends on X86 + config KVM tristate "Kernel-based Virtual Machine (KVM) support" depends on X86 && EXPERIMENTAL @@ -31,3 +34,5 @@ config KVM_AMD ---help--- Provides support for KVM on AMD processors equipped with the AMD-V (SVM) extensions. + +endmenu