projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b5956
)
x86: qemu: Imply virtio PCI transport and device drivers
author
Bin Meng
<bmeng.cn@gmail.com>
Mon, 15 Oct 2018 09:21:20 +0000
(
02:21
-0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-x86/Kconfig
b/board/emulation/qemu-x86/Kconfig
index 41a27dd933b0d8b98cb30c4b946fd0b54a10f9a9..6d19299d8b6cb3bdc8dccad67de6c1b00417ac21 100644
(file)
--- 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