diff --git a/[refs] b/[refs] index 1924b5a3bb85..6f2222d59b9d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1befdd5536e1500371f7f884d0f0ae528a519333 +refs/heads/master: 92e88b4e903dc6de7a82b76fd241e2ac6f87aa9e diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index 1adca2c3df02..548e6cc3bc28 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/arch/mips/Kconfig @@ -2421,4 +2421,20 @@ source "security/Kconfig" source "crypto/Kconfig" +menuconfig VIRTUALIZATION + bool "Virtualization" + default n + ---help--- + Say Y here to get to see options for using your Linux host to run other + operating systems inside virtual machines (guests). + This option alone does not add any kernel code. + + If you say N, all options in this submenu will be skipped and disabled. + +if VIRTUALIZATION + +source drivers/virtio/Kconfig + +endif # VIRTUALIZATION + source "lib/Kconfig"