From: Fabiano Rosas <[email protected]> The sbsa-ref machine explicitly creates a VGA PCI device, so make sure vga-pci.c is included in the build.
Signed-off-by: Fabiano Rosas <[email protected]> Reviewed-by: Peter Maydell <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]> --- hw/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 06f58d1a6f..9e6e7ababe 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -254,6 +254,7 @@ config SBSA_REF select WDT_SBSA select ARM_GICV3_TCG select E1000E_PCI_EXPRESS + select VGA_PCI config SABRELITE bool -- 2.39.2
