diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-10-15 02:21:20 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-11-14 09:16:28 -0800 |
commit | c80c7798cfc6032ce6522aded6048f1d3fe93fce (patch) | |
tree | bcf92bedba3d752eb5bbff762f374b20d123f983 /board/emulation | |
parent | b9b5956eb08a0ab12702b3bb9304e8157c595442 (diff) | |
download | u-boot-c80c7798cfc6032ce6522aded6048f1d3fe93fce.tar.gz |
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>
Diffstat (limited to 'board/emulation')
-rw-r--r-- | board/emulation/qemu-x86/Kconfig | 3 |
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 select X86_RESET_VECTOR select QEMU select BOARD_ROMSIZE_KB_1024 + imply VIRTIO_PCI + imply VIRTIO_NET + imply VIRTIO_BLK endif |