diff mbox

sh: add CONFIG_VIRTUALIZATION for virtio support

Message ID 20100428054611.5220.52869.sendpatchset@t400s (mailing list archive)
State Accepted
Headers show

Commit Message

Magnus Damm April 28, 2010, 5:46 a.m. UTC
None
diff mbox

Patch

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