diff --git a/[refs] b/[refs] index 10299fbf4723..6649be79abd3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b7386a09ce7e8add333f5d67f2fe1b1eac1f4746 +refs/heads/master: 5f737b39be9110bd64874f508bd89ba27746b17e diff --git a/trunk/arch/sh/Kconfig b/trunk/arch/sh/Kconfig index c497307cf51b..c2325bd48fd3 100644 --- a/trunk/arch/sh/Kconfig +++ b/trunk/arch/sh/Kconfig @@ -871,4 +871,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"