sh: add CONFIG_VIRTUALIZATION for virtio support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, May 19, 2010 - 12:59 pm

Gitweb:     http://git.kernel.org/linus/5f737b39be9110bd64874f508bd89ba27746b17e
Commit:     5f737b39be9110bd64874f508bd89ba27746b17e
Parent:     b7386a09ce7e8add333f5d67f2fe1b1eac1f4746
Author:     Magnus Damm <damm@opensource.se>
AuthorDate: Wed Apr 28 05:46:11 2010 +0000
Committer:  Paul Mundt <lethal@linux-sh.org>
CommitDate: Thu Apr 29 23:28:37 2010 +0900

    sh: add CONFIG_VIRTUALIZATION for virtio support
    
    Add CONFIG_VIRTUALIZATION to the SH architecture
    and include the virtio code there. Used to enable
    the virtio drivers under QEMU.
    
    Signed-off-by: Magnus Damm <damm@opensource.se>
    Signed-off-by: Paul Mundt <lethal@linux-sh.org>
---
 arch/sh/Kconfig |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index c497307..c2325bd 100644
--- a/arch/sh/Kconfig
+++ b/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"
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
sh: add CONFIG_VIRTUALIZATION for virtio support, Linux Kernel Mailing ..., (Wed May 19, 12:59 pm)