Skip to content
Snippets Groups Projects
Commit c80c7798 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

x86: qemu: Imply virtio PCI transport and device drivers


Add virtio drivers for QEMU x86 targets.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent b9b5956e
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy ...@@ -21,5 +21,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select X86_RESET_VECTOR select X86_RESET_VECTOR
select QEMU select QEMU
select BOARD_ROMSIZE_KB_1024 select BOARD_ROMSIZE_KB_1024
imply VIRTIO_PCI
imply VIRTIO_NET
imply VIRTIO_BLK
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment