mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,9 @@ config MALTA
|
|||
|
||||
config MIPSSIM
|
||||
bool
|
||||
select ISA_BUS
|
||||
select SERIAL_ISA
|
||||
select MIPSNET
|
||||
|
||||
config JAZZ
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue