qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl813


From: Philippe Mathieu-Daudé
Subject: [Qemu-ppc] [PATCH 12/14] hw/sh4/Kconfig: r2d machine requires the rtl8139 network card
Date: Sat, 16 Mar 2019 21:08:16 +0100

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é <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]