From 0219279381bcba7ad57c438d96dcee27643fc294 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Fri, 19 Mar 2021 18:21:43 +1100 Subject: [PATCH] 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 Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- board/emulation/qemu-arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) 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