For testing ACPI on QEMU we need a defconfig that supports acpi command test.
Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> --- configs/qemu-riscv64_smode_acpi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qemu-riscv64_smode_acpi_defconfig b/configs/qemu-riscv64_smode_acpi_defconfig index e78e5ffb390..11592091443 100644 --- a/configs/qemu-riscv64_smode_acpi_defconfig +++ b/configs/qemu-riscv64_smode_acpi_defconfig @@ -1,2 +1,3 @@ #include <configs/qemu-riscv64_smode_defconfig> #include <board/emulation/configs/acpi.config> +CONFIG_CONSOLE_RECORD=y -- 2.51.0

