x86: qemu: Imply virtio PCI transport and device drivers
authorBin Meng <bmeng.cn@gmail.com>
Mon, 15 Oct 2018 09:21:20 +0000 (02:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:28 +0000 (09:16 -0800)
Add virtio drivers for QEMU x86 targets.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/emulation/qemu-x86/Kconfig

index 41a27dd..6d19299 100644 (file)
@@ -21,5 +21,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select X86_RESET_VECTOR
        select QEMU
        select BOARD_ROMSIZE_KB_1024
+       imply VIRTIO_PCI
+       imply VIRTIO_NET
+       imply VIRTIO_BLK
 
 endif