aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-03-16 21:08:17 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-20 11:44:13 +0100
commitb6dbcdb7b3a1ed8f3df11129e61e8c05daaebbaf (patch)
tree30e84195e896aceabb3071a268f8d348861e5417 /hw/hppa
parent364efd1a15de02a514188b930937cb04b7968432 (diff)
downloadqemu-b6dbcdb7b3a1ed8f3df11129e61e8c05daaebbaf.zip
qemu-b6dbcdb7b3a1ed8f3df11129e61e8c05daaebbaf.tar.gz
qemu-b6dbcdb7b3a1ed8f3df11129e61e8c05daaebbaf.tar.bz2
hw/hppa/Kconfig: Dino board requires e1000 network card
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é <philmd@redhat.com> Message-Id: <20190316200818.8265-14-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/hppa')
-rw-r--r--hw/hppa/Kconfig1
1 files changed, 1 insertions, 0 deletions
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