linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: add CONFIG_VIRTUALIZATION for virtio support
@ 2010-04-28  5:46 Magnus Damm
  2010-04-29 14:29 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2010-04-28  5:46 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm@opensource.se>

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>
---

 arch/sh/Kconfig |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

--- 0001/arch/sh/Kconfig
+++ work/arch/sh/Kconfig	2010-04-28 14:36:28.000000000 +0900
@@ -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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-29 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-28  5:46 [PATCH] sh: add CONFIG_VIRTUALIZATION for virtio support Magnus Damm
2010-04-29 14:29 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).