From: Heinrich Schuchardt Date: Sun, 9 Nov 2025 10:10:09 +0000 (+0100) Subject: configs: CONFIG_CONSOLE_RECORD=y on qemu-riscv64_smode_acpi X-Git-Tag: v2026.01-rc3~5^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27f890611d67f5cd9a088e3d75a465d91b8b6dea;p=thirdparty%2Fu-boot.git 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 --- 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