From: Philippe Mathieu-Daudé <phi...@redhat.com>

This fixes when configuring with CONFIG_PCI_DEVICES=n:
  $ qemu-system-alpha
  qemu-system-alpha: Unsupported NIC model: e1000

Fixes: d1a95ef4ac
Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Message-Id: <20190316200818.8265-15-phi...@redhat.com>
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
 hw/alpha/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig
index 22cefd9..15c59ff 100644
--- a/hw/alpha/Kconfig
+++ b/hw/alpha/Kconfig
@@ -2,6 +2,7 @@ config DP264
     bool
     imply PCI_DEVICES
     imply TEST_DEVICES
+    imply E1000_PCI
     select I82374
     select I8254
     select I8259
-- 
1.8.3.1



Reply via email to