Both Qemu Virt and riscvemu depend on OF_OVERLAY to apply overlays, but don't care for symbols in the barebox DT (and thus don't need OF_OVERLAY_LIVE). Reflect this in the Kconfig. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/riscv/Kconfig.socs | 1 + common/boards/Kconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 2cb0716cd527..56ba5ecf5865 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -38,6 +38,7 @@ config BOARD_RISCV_VIRT config BOARD_RISCVEMU depends on SOC_VIRT bool "TinyEMU Virt Machine (riscvemu)" + select OF_OVERLAY default y help TinyEMU's Virt machine differs from QEMU in poweroff and restart diff --git a/common/boards/Kconfig b/common/boards/Kconfig index e27273b7671d..3ac3dcbe0406 100644 --- a/common/boards/Kconfig +++ b/common/boards/Kconfig @@ -2,3 +2,4 @@ config BOARD_QEMU_VIRT bool + select OF_OVERLAY -- 2.39.2