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>
This commit is contained in:
parent
b9b5956eb0
commit
c80c7798cf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user