Quellcode durchsuchen

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 <ashe@kivikakk.ee>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Asherah Connor vor 3 Jahren
Ursprung
Commit
0219279381
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      board/emulation/qemu-arm/Kconfig

+ 2 - 0
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