[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 16/22] hw/mips: add VIRTIO and USB dependencies for LOONGSON3V
From: |
Alex Bennée |
Subject: |
[PATCH 16/22] hw/mips: add VIRTIO and USB dependencies for LOONGSON3V |
Date: |
Wed, 3 May 2023 10:12:38 +0100 |
These are hardwired into the board so must be selected. This shows up
as a "make check" failure with a --without-default-devices build.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
hw/mips/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index da3a37e215..0fcc3da41c 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -45,6 +45,9 @@ config LOONGSON3V
select PCI_EXPRESS_GENERIC_BRIDGE
select MSI_NONBROKEN
select FW_CFG_MIPS
+ select VIRTIO_PCI
+ select VIRTIO_NET
+ select USB_OHCI_PCI
config MIPS_CPS
bool
--
2.39.2
- [PATCH 19/22] gitlab: add ubuntu-22.04-aarch64-without-defaults, (continued)
- [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, 2023/05/03
- [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 <=
- [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