diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-03-16 21:08:17 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-20 11:44:13 +0100 |
commit | b6dbcdb7b3a1ed8f3df11129e61e8c05daaebbaf (patch) | |
tree | 30e84195e896aceabb3071a268f8d348861e5417 /hw/hppa | |
parent | 364efd1a15de02a514188b930937cb04b7968432 (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index 2d9b072c21..7334f57081 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 |