From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asherah Connor Date: Sun, 7 Mar 2021 14:59:59 +1100 Subject: [PATCH v6 4/4] qemu: arm: select QFW, MMIO on qemu-arm In-Reply-To: <20210307035958.25969-1-ashe@kivikakk.ee> References: <20210307035958.25969-1-ashe@kivikakk.ee> Message-ID: <20210307035958.25969-5-ashe@kivikakk.ee> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Select CMD_QFW and QFW_MMIO in the qemu-arm board (covers arm and arm64). Signed-off-by: Asherah Connor --- (no changes since v5) Changes in v5: * Split adding MMIO driver to QEMU arm/64 into own commit. * Use the generic qemu-arm board config rather than adding to multiple defconfigs. 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 -- 2.20.1