Many C unit tests are skipped without CONFIG_CONSOLE_RECORD=y.

Signed-off-by: Heinrich Schuchardt <[email protected]>
---
 board/emulation/qemu-arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig
index 447061b25cd..d86e3862157 100644
--- a/board/emulation/qemu-arm/Kconfig
+++ b/board/emulation/qemu-arm/Kconfig
@@ -8,6 +8,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select HAS_CUSTOM_SYS_INIT_SP_ADDR
        select QFW if ACPI
        select QFW_MMIO if CMD_QFW
+       imply CONSOLE_RECORD
        imply SYS_EARLY_PCI_INIT
        imply VIRTIO_MMIO
        imply VIRTIO_PCI
-- 
2.51.0

Reply via email to