aboutsummaryrefslogtreecommitdiff
path: root/hw/sh4/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-03-16 21:08:16 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-20 11:44:13 +0100
commit364efd1a15de02a514188b930937cb04b7968432 (patch)
tree001b9092cc3c333223cacf76994ca9a4213e08f0 /hw/sh4/Kconfig
parentbcb7ef9d1b2f40410869ed2c1ffda769b2ef4ac4 (diff)
downloadqemu-364efd1a15de02a514188b930937cb04b7968432.zip
qemu-364efd1a15de02a514188b930937cb04b7968432.tar.gz
qemu-364efd1a15de02a514188b930937cb04b7968432.tar.bz2
hw/sh4/Kconfig: r2d machine requires the rtl8139 network card
This fixes when configuring with CONFIG_PCI_DEVICES=n: $ qemu-system-sh4 -M r2d qemu-system-sh4: Unsupported NIC model: rtl8139 Fixes: 7ab58d4c84 Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190316200818.8265-13-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sh4/Kconfig')
-rw-r--r--hw/sh4/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig
index 8597613..593662d 100644
--- a/hw/sh4/Kconfig
+++ b/hw/sh4/Kconfig
@@ -2,6 +2,7 @@ config R2D
bool
imply PCI_DEVICES
imply TEST_DEVICES
+ imply RTL8139_PCI
select I82378 if TEST_DEVICES
select IDE_MMIO
select PFLASH_CFI02