qemu: arm: select QFW, MMIO on qemu-arm
authorAsherah Connor <ashe@kivikakk.ee>
Fri, 19 Mar 2021 07:21:43 +0000 (18:21 +1100)
committerTom Rini <trini@konsulko.com>
Mon, 12 Apr 2021 21:45:40 +0000 (17:45 -0400)
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>
board/emulation/qemu-arm/Kconfig

index fb8d38f..95dbefa 100644 (file)
@@ -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