diff options
author | Magnus Damm <damm@opensource.se> | 2010-04-28 01:46:11 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-29 10:28:37 -0400 |
commit | 5f737b39be9110bd64874f508bd89ba27746b17e (patch) | |
tree | b2203b60d20f1cb6120c833349c67eee3feb5c59 /arch/sh/Kconfig | |
parent | b7386a09ce7e8add333f5d67f2fe1b1eac1f4746 (diff) |
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>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c497307cf51b..c2325bd48fd3 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -871,4 +871,20 @@ source "security/Kconfig" | |||
871 | 871 | ||
872 | source "crypto/Kconfig" | 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 | source "lib/Kconfig" | 890 | source "lib/Kconfig" |