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:
parent
364efd1a15
commit
b6dbcdb7b3
@ -1,6 +1,7 @@
|
|||||||
config DINO
|
config DINO
|
||||||
bool
|
bool
|
||||||
imply PCI_DEVICES
|
imply PCI_DEVICES
|
||||||
|
imply E1000_PCI
|
||||||
select PCI
|
select PCI
|
||||||
select SERIAL
|
select SERIAL
|
||||||
select ISA_BUS
|
select ISA_BUS
|
||||||
|
Loading…
Reference in New Issue
Block a user