From: Fabiano Rosas <[email protected]> This machine explicitly selects the e1000e network adapter if no other option was given in the command line. Make sure e1000e is present in the build.
Signed-off-by: Fabiano Rosas <[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 0cce0b8d5b..06f58d1a6f 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -253,6 +253,7 @@ config SBSA_REF select USB_EHCI_SYSBUS select WDT_SBSA select ARM_GICV3_TCG + select E1000E_PCI_EXPRESS config SABRELITE bool -- 2.39.2
