aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsherah Connor <ashe@kivikakk.ee>2021-03-07 14:59:59 +1100
committerTom Rini <trini@konsulko.com>2021-03-14 15:23:31 -0400
commit9efd032e4a8fc70805183e1336ee103aec27f7ac (patch)
treef11fa29145fb443268f4c9d67b842461cbb44fd0
parent26c89f741763fdf0d02bd582b2baec72ac31fa10 (diff)
downloadu-boot-WIP/2021-03-12-assorted-improvements.zip
u-boot-WIP/2021-03-12-assorted-improvements.tar.gz
u-boot-WIP/2021-03-12-assorted-improvements.tar.bz2
qemu: arm: select QFW, MMIO on qemu-armWIP/2021-03-12-assorted-improvements
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>
-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 fb8d38f..95dbefa 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