From 27f890611d67f5cd9a088e3d75a465d91b8b6dea Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 9 Nov 2025 11:10:09 +0100 Subject: [PATCH] configs: CONFIG_CONSOLE_RECORD=y on qemu-riscv64_smode_acpi For testing ACPI on QEMU we need a defconfig that supports acpi command test. Reviewed-by: Simon Glass Reviewed-by: Bin Meng Signed-off-by: Heinrich Schuchardt --- 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 #include +CONFIG_CONSOLE_RECORD=y -- 2.47.3