qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 17/23] hw/hppa/Kconfig: Dino board requires e1000 net


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 17/23] hw/hppa/Kconfig: Dino board requires e1000 network card
Date: Wed, 27 Mar 2019 13:37:55 +0100

From: Philippe Mathieu-Daudé <address@hidden>

This fixes when configuring with CONFIG_PCI_DEVICES=n:

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

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

diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
index 2d9b072..7334f57 100644
--- a/hw/hppa/Kconfig
+++ b/hw/hppa/Kconfig
@@ -1,6 +1,7 @@
 config DINO
     bool
     imply PCI_DEVICES
+    imply E1000_PCI
     select PCI
     select SERIAL
     select ISA_BUS
-- 
1.8.3.1





reply via email to

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