[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 17/22] hw/xtensa: add VIRTIO as dependencies for XTENSA_VIRT
From: |
Alex Bennée |
Subject: |
[PATCH 17/22] hw/xtensa: add VIRTIO as dependencies for XTENSA_VIRT |
Date: |
Wed, 3 May 2023 10:12:39 +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/xtensa/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/xtensa/Kconfig b/hw/xtensa/Kconfig
index 0740657ea5..a54a9d395e 100644
--- a/hw/xtensa/Kconfig
+++ b/hw/xtensa/Kconfig
@@ -6,6 +6,8 @@ config XTENSA_VIRT
select XTENSA_SIM
select PCI_EXPRESS_GENERIC_BRIDGE
select PCI_DEVICES
+ select VIRTIO_PCI
+ select VIRTIO_NET
config XTENSA_XTFPGA
bool
--
2.39.2
- Re: [PATCH 11/22] hw/alpha: make E1000_PCI a hard dependency for clipper, (continued)
- [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, 2023/05/03
- [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 <=
- [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, 2023/05/03
- [PATCH 20/22] gitlab: enable minimal device profoile for aarch64 --disable-tcg, Alex Bennée, 2023/05/03