[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIR
From: |
Alex Bennée |
Subject: |
[PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT |
Date: |
Wed, 3 May 2023 10:12:36 +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/loongarch/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig
index eb112af990..74d8449100 100644
--- a/hw/loongarch/Kconfig
+++ b/hw/loongarch/Kconfig
@@ -21,3 +21,5 @@ config LOONGARCH_VIRT
select FW_CFG_DMA
select DIMM
select PFLASH_CFI01
+ select VIRTIO_PCI
+ select VIRTIO_NET
--
2.39.2
- Re: [PATCH 08/22] hw/arm: Select GICV3_TCG for sbsa-ref machine, (continued)
- [PATCH 10/22] hw/arm: Select VGA_PCI for sbsa-ref machine, Alex Bennée, 2023/05/03
- [PATCH 07/22] hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine, Alex Bennée, 2023/05/03
- [PATCH 06/22] hw/arm: Select VIRTIO_BLK for virt machine, Alex Bennée, 2023/05/03
- [PATCH 11/22] hw/alpha: make E1000_PCI a hard dependency for clipper, Alex Bennée, 2023/05/03
- [PATCH 18/22] scripts/ci: clean-up the 20.04/22.04 confusion in ansible, Alex Bennée, 2023/05/03
- [PATCH 14/22] hw/loongarch: add VIRTIO as a dependency for LOONGARCH_VIRT,
Alex Bennée <=
- [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