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:
parent
9608ba0a10
commit
44fa013926
@ -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
|
||||
|
@ -6,6 +6,9 @@ config MALTA
|
||||
|
||||
config MIPSSIM
|
||||
bool
|
||||
select ISA_BUS
|
||||
select SERIAL_ISA
|
||||
select MIPSNET
|
||||
|
||||
config JAZZ
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user