diff mbox series

[v7,4/4] qemu: arm: select QFW, MMIO on qemu-arm

Message ID 20210319030244.15494-5-ashe@kivikakk.ee
State Superseded
Headers show
Series Move qfw to DM, add Arm support | expand

Commit Message

Asherah Connor March 19, 2021, 3:02 a.m. UTC
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>

---

(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(+)

Comments

Bin Meng March 19, 2021, 4:48 a.m. UTC | #1
On Fri, Mar 19, 2021 at 11:14 AM Asherah Connor <ashe@kivikakk.ee> wrote:
>
> 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>
>
> ---
>
> (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(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff mbox series

Patch

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