[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 12/22] hw/hppa: add TULIP as a dependency for HPPA_B160L
|
From: |
Alex Bennée |
|
Subject: |
[PATCH 12/22] hw/hppa: add TULIP as a dependency for HPPA_B160L |
|
Date: |
Wed, 3 May 2023 10:12:34 +0100 |
These are needed for board creation so fail under "make check" with a
--without-default-devices build.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
hw/hppa/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
index 5dd8b5b21e..f405663839 100644
--- a/hw/hppa/Kconfig
+++ b/hw/hppa/Kconfig
@@ -15,3 +15,4 @@ config HPPA_B160L
select LASIPS2
select PARALLEL
select ARTIST
+ select TULIP
--
2.39.2
- Re: [PATCH 04/22] scripts/ci: add gitlab-runner to kvm group, (continued)
- [PATCH 09/22] hw/arm: Select e1000e for sbsa-ref machine, Alex Bennée, 2023/05/03
- [PATCH 08/22] hw/arm: Select GICV3_TCG for sbsa-ref machine, Alex Bennée, 2023/05/03
- [PATCH 10/22] hw/arm: Select VGA_PCI for sbsa-ref machine, Alex Bennée, 2023/05/03
- [PATCH 12/22] hw/hppa: add TULIP as a dependency for HPPA_B160L,
Alex Bennée <=
- [PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines, Alex Bennée, 2023/05/03
- [PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT, Alex Bennée, 2023/05/03
- [PATCH 06/22] hw/arm: Select VIRTIO_BLK for virt machine, Alex Bennée, 2023/05/03