These are needed for board creation so fail under "make check" with a --without-default-devices build.
Signed-off-by: Alex Bennée <alex.ben...@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