qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines


From: Alex Bennée
Subject: [PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines
Date: Wed, 3 May 2023 10:12:35 +0100

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.bennee@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
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]