]> git.proxmox.com Git - mirror_qemu.git/commitdiff
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 1ea47a9c2a3b7261121f2f0301c45c3b2292e1c2..63ed293f2ef1bd96c550306f39033e09d60da7b5 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 cdc07e59b67bd3e0e28d2e0bdfa2553ec594c6c0..3433e97e1a0a7ae23441bd051db735d680c4277e 100644 (file)
@@ -6,6 +6,9 @@ config MALTA
 
 config MIPSSIM
     bool
+    select ISA_BUS
+    select SERIAL_ISA
+    select MIPSNET
 
 config JAZZ
     bool