From ef8c12a89b097641dc4c3624dad314c6d1003fb3 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Wed, 28 Apr 2010 05:46:11 +0000 Subject: [PATCH] --- yaml --- r: 191647 b: refs/heads/master c: 5f737b39be9110bd64874f508bd89ba27746b17e h: refs/heads/master i: 191645: 5767f4a19bf3533f7af100162739878070799b80 191643: 6ea24dec77cadbfb576fcb6b66860aa0af303c86 191639: 179889996f41fb40938d8bf0853948d9fa4015dd 191631: bcb3587559516473777db17b0807f452fbeb33c6 191615: 6c086c8d5c7f7d85aa2e7c782b0ffd40c082b235 v: v3 --- [refs] | 2 +- trunk/arch/sh/Kconfig | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) 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"