This fixes when configuring with --without-default-devices:

  $ qemu-system-sh4 -M r2d
  qemu-system-sh4: Unsupported NIC model: rtl8139

Fixes: 7ab58d4c84
Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
---
 hw/sh4/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig
index 8597613a35..1ee55726e4 100644
--- a/hw/sh4/Kconfig
+++ b/hw/sh4/Kconfig
@@ -7,6 +7,7 @@ config R2D
     select PFLASH_CFI02
     select USB_OHCI
     select PCI
+    select RTL8139_PCI
     select SM501
     select SH4
 
-- 
2.20.1


Reply via email to