summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-11-09 11:10:09 +0100
committerHeinrich Schuchardt <[email protected]>2025-11-21 19:18:22 +0100
commit27f890611d67f5cd9a088e3d75a465d91b8b6dea (patch)
tree5d4159d3114cb019aa93b2cd6db9423e7d1df8a9
parente7eeeeb415a2d87369d52cfd08a923f48782bd23 (diff)
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 <[email protected]> Reviewed-by: Bin Meng <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]>
-rw-r--r--configs/qemu-riscv64_smode_acpi_defconfig1
1 files changed, 1 insertions, 0 deletions
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