Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Magnus Damm and committed by
Paul Mundt
5f737b39 b7386a09

+16
+16
arch/sh/Kconfig
··· 871 871 872 872 source "crypto/Kconfig" 873 873 874 + menuconfig VIRTUALIZATION 875 + bool "Virtualization" 876 + default n 877 + ---help--- 878 + Say Y here to get to see options for using your Linux host to run other 879 + operating systems inside virtual machines (guests). 880 + This option alone does not add any kernel code. 881 + 882 + If you say N, all options in this submenu will be skipped and disabled. 883 + 884 + if VIRTUALIZATION 885 + 886 + source drivers/virtio/Kconfig 887 + 888 + endif # VIRTUALIZATION 889 + 874 890 source "lib/Kconfig"