summaryrefslogtreecommitdiff
path: root/configs/qemu-riscv32_defconfig
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2025-04-18 16:09:45 +0200
committerTom Rini <trini@konsulko.com>2025-04-23 13:19:44 -0600
commit1717f46a1da7f15e749405da2178944c3a76fac0 (patch)
tree778761737dd270882c146e30ede503831723be63 /configs/qemu-riscv32_defconfig
parent10536ca4f6eb7cb8968001142b2598e03f72f723 (diff)
configs: qemu: enable UTHREAD and CMD_SPAWN in various defconfigs
Enable UTHREAD and CMD_SPAWN on supported QEMU platforms for testing purposes. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'configs/qemu-riscv32_defconfig')
-rw-r--r--configs/qemu-riscv32_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu-riscv32_defconfig b/configs/qemu-riscv32_defconfig
index 1cd80f5769e..b9f28873c15 100644
--- a/configs/qemu-riscv32_defconfig
+++ b/configs/qemu-riscv32_defconfig
@@ -16,7 +16,10 @@ CONFIG_DISPLAY_BOARDINFO=y
CONFIG_CMD_BOOTEFI_SELFTEST=y
CONFIG_CMD_NVEDIT_EFI=y
# CONFIG_CMD_MII is not set
+CONFIG_CMD_SPAWN=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM_MTD=y
CONFIG_FLASH_SHOW_PROGRESS=0
CONFIG_SYS_MAX_FLASH_BANKS=2
+CONFIG_UTHREAD=y
+CONFIG_UNIT_TEST=y