OSDN Git Service

hw/mips: Express dependencies of the MIPSsim machine with Kconfig
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 1 Jul 2019 11:26:10 +0000 (13:26 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 2 Jul 2019 12:17:55 +0000 (14:17 +0200)
The MIPSsim machine only emulates an 8250 UART and a simple network
controller, connected via an ISA bus.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20190701112612.14758-3-philmd@redhat.com>

default-configs/mips-softmmu-common.mak
hw/mips/Kconfig

index 1ea47a9..63ed293 100644 (file)
@@ -29,7 +29,6 @@ CONFIG_PIIX4=y
 CONFIG_IDE_ISA=y
 CONFIG_IDE_PIIX=y
 CONFIG_NE2000_ISA=y
-CONFIG_MIPSNET=y
 CONFIG_PFLASH_CFI01=y
 CONFIG_I8259=y
 CONFIG_MC146818RTC=y
index cdc07e5..3433e97 100644 (file)
@@ -6,6 +6,9 @@ config MALTA
 
 config MIPSSIM
     bool
+    select ISA_BUS
+    select SERIAL_ISA
+    select MIPSNET
 
 config JAZZ
     bool