qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 netw


From: Philippe Mathieu-Daudé
Subject: [Qemu-ppc] [PATCH 13/14] hw/hppa/Kconfig: Dino board requires e1000 network card
Date: Sat, 16 Mar 2019 21:08:17 +0100

This fixes when configuring with --without-default-devices:

  $ qemu-system-hppa
  qemu-system-hppa: Unsupported NIC model: e1000

Fixes: 9483cf27dd
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/hppa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
index 2d9b072c21..03d08382cc 100644
--- a/hw/hppa/Kconfig
+++ b/hw/hppa/Kconfig
@@ -2,6 +2,7 @@ config DINO
     bool
     imply PCI_DEVICES
     select PCI
+    select E1000_PCI
     select SERIAL
     select ISA_BUS
     select I8259
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]