[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
- Re: [PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT, (continued)
- [PATCH 15/22] hw/sh4: make RTL8139 a hard dependency for RD2, Alex Bennée, 2023/05/03
- [PATCH 12/22] hw/hppa: add TULIP as a dependency for HPPA_B160L, Alex Bennée, 2023/05/03
- [PATCH 19/22] gitlab: add ubuntu-22.04-aarch64-without-defaults, Alex Bennée, 2023/05/03
- [PATCH 17/22] hw/xtensa: add VIRTIO as dependencies for XTENSA_VIRT, Alex Bennée, 2023/05/03
- [PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines,
Alex Bennée <=
- [PATCH 21/22] tests/avocado: use http for mipsdistros.mips.com, Alex Bennée, 2023/05/03
- [PATCH 16/22] hw/mips: add VIRTIO and USB dependencies for LOONGSON3V, Alex Bennée, 2023/05/03
- [PATCH 20/22] gitlab: enable minimal device profoile for aarch64 --disable-tcg, Alex Bennée, 2023/05/03
- [PATCH 22/22] tests/qtest: skip bcm2835-test if no raspi3b model, Alex Bennée, 2023/05/03