aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Meng2018-10-15 04:21:20 -0500
committerSimon Glass2018-11-14 11:16:28 -0600
commitc80c7798cfc6032ce6522aded6048f1d3fe93fce (patch)
treebcf92bedba3d752eb5bbff762f374b20d123f983
parentb9b5956eb08a0ab12702b3bb9304e8157c595442 (diff)
downloadu-boot-c80c7798cfc6032ce6522aded6048f1d3fe93fce.tar.gz
u-boot-c80c7798cfc6032ce6522aded6048f1d3fe93fce.tar.xz
u-boot-c80c7798cfc6032ce6522aded6048f1d3fe93fce.zip
x86: qemu: Imply virtio PCI transport and device drivers
Add virtio drivers for QEMU x86 targets. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--board/emulation/qemu-x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/emulation/qemu-x86/Kconfig b/board/emulation/qemu-x86/Kconfig
index 41a27dd933..6d19299d8b 100644
--- a/board/emulation/qemu-x86/Kconfig
+++ b/board/emulation/qemu-x86/Kconfig
@@ -21,5 +21,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
21 select X86_RESET_VECTOR 21 select X86_RESET_VECTOR
22 select QEMU 22 select QEMU
23 select BOARD_ROMSIZE_KB_1024 23 select BOARD_ROMSIZE_KB_1024
24 imply VIRTIO_PCI
25 imply VIRTIO_NET
26 imply VIRTIO_BLK
24 27
25endif 28endif