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>
This commit is contained in:
Philippe Mathieu-Daudé 2019-03-16 21:08:17 +01:00 committed by Paolo Bonzini
parent 364efd1a15
commit b6dbcdb7b3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
config DINO
bool
imply PCI_DEVICES
imply E1000_PCI
select PCI
select SERIAL
select ISA_BUS