hw/mips: Express dependencies of the MIPSsim machine with Kconfig

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>
This commit is contained in:
Philippe Mathieu-Daudé 2019-07-01 13:26:10 +02:00 committed by Aleksandar Markovic
parent 9608ba0a10
commit 44fa013926
2 changed files with 3 additions and 1 deletions

View 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

View File

@ -6,6 +6,9 @@ config MALTA
config MIPSSIM
bool
select ISA_BUS
select SERIAL_ISA
select MIPSNET
config JAZZ
bool