Skip to content

Commit

Permalink
hw/mips: Express dependencies of the MIPSsim machine with Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
philmd authored and AMarkovic committed Jul 2, 2019
1 parent 9608ba0 commit 44fa013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion default-configs/mips-softmmu-common.mak
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions hw/mips/Kconfig
Expand Up @@ -6,6 +6,9 @@ config MALTA

config MIPSSIM
bool
select ISA_BUS
select SERIAL_ISA
select MIPSNET

config JAZZ
bool
Expand Down

0 comments on commit 44fa013

Please sign in to comment.