qemu-patch-raspberry4/hw/hppa/Kconfig
Philippe Mathieu-Daudé b6dbcdb7b3 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>
2019-03-20 11:44:13 +01:00

12 lines
201 B
Plaintext

config DINO
bool
imply PCI_DEVICES
imply E1000_PCI
select PCI
select SERIAL
select ISA_BUS
select I8259
select IDE_CMD646
select MC146818RTC
select LSI_SCSI_PCI