MIPS: add CONFIG_VIRTUALIZATION for virtio support

Add CONFIG_VIRTUALIZATION to the MIPS architecture and include the
the virtio code there. Used to enable the virtio drivers under QEMU.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2002/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by Aurelien Jarno and committed by Ralf Baechle 92e88b4e 1befdd55

+16
+16
arch/mips/Kconfig
··· 2421 2422 source "crypto/Kconfig" 2423 2424 source "lib/Kconfig"
··· 2421 2422 source "crypto/Kconfig" 2423 2424 + menuconfig VIRTUALIZATION 2425 + bool "Virtualization" 2426 + default n 2427 + ---help--- 2428 + Say Y here to get to see options for using your Linux host to run other 2429 + operating systems inside virtual machines (guests). 2430 + This option alone does not add any kernel code. 2431 + 2432 + If you say N, all options in this submenu will be skipped and disabled. 2433 + 2434 + if VIRTUALIZATION 2435 + 2436 + source drivers/virtio/Kconfig 2437 + 2438 + endif # VIRTUALIZATION 2439 + 2440 source "lib/Kconfig"