On 5/3/23 10:12, Alex Bennée wrote:
This is the fallback VGA devices needed for board creation so will
otherwise fail under "make check" with a --without-default-devices
build.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
hw/sparc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig
index 79d58beb7a..721b37a9ca 100644
--- a/hw/sparc/Kconfig
+++ b/hw/sparc/Kconfig
@@ -15,6 +15,7 @@ config SUN4M
select STP2000
select CHRP_NVRAM
select OR_IRQ
+ select TCX
config LEON3
bool
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~