diff options
| author | Jerome Forissier <jerome.forissier@linaro.org> | 2025-04-18 16:09:45 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-23 13:19:44 -0600 |
| commit | 1717f46a1da7f15e749405da2178944c3a76fac0 (patch) | |
| tree | 778761737dd270882c146e30ede503831723be63 /configs/qemu-riscv64_defconfig | |
| parent | 10536ca4f6eb7cb8968001142b2598e03f72f723 (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-riscv64_defconfig')
| -rw-r--r-- | configs/qemu-riscv64_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu-riscv64_defconfig b/configs/qemu-riscv64_defconfig index cdd511b0e72..c67fb9a3352 100644 --- a/configs/qemu-riscv64_defconfig +++ b/configs/qemu-riscv64_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 |
