summaryrefslogtreecommitdiff
path: root/board/emulation
diff options
context:
space:
mode:
authorAsherah Connor <ashe@kivikakk.ee>2021-03-19 10:21:43 +0300
committerTom Rini <trini@konsulko.com>2021-04-13 00:45:40 +0300
commit0219279381bcba7ad57c438d96dcee27643fc294 (patch)
tree79ad3f9b8b42317dac375c64c83f1d26fd9db2d3 /board/emulation
parent5830b57bf9aeed1b072a54faa7d74f6d62cac4c6 (diff)
downloadu-boot-0219279381bcba7ad57c438d96dcee27643fc294.tar.xz
qemu: arm: select QFW, MMIO on qemu-arm
Select CMD_QFW and QFW_MMIO in the qemu-arm board (covers arm and arm64). Signed-off-by: Asherah Connor <ashe@kivikakk.ee> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/emulation')
-rw-r--r--board/emulation/qemu-arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig
index fb8d38f5b8..95dbefa78b 100644
--- a/board/emulation/qemu-arm/Kconfig
+++ b/board/emulation/qemu-arm/Kconfig
@@ -5,6 +5,8 @@ config SYS_TEXT_BASE
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
+ select CMD_QFW
+ select QFW_MMIO
imply VIRTIO_MMIO
imply VIRTIO_PCI
imply VIRTIO_NET