qemu-patch-raspberry4/hw/mips/Kconfig
Philippe Mathieu-Daudé 7ce6defdbf hw/mips: Express dependencies of the r4k platform with Kconfig
This platform use standard PC devices connected to an ISA bus.
Networking is provided by a ne2000 chipset.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20190701112612.14758-5-philmd@redhat.com>
2019-07-02 14:18:13 +02:00

52 lines
755 B
Plaintext

config R4K
bool
select ISA_BUS
select SERIAL_ISA
select I8259
select I8254
select MC146818RTC
imply VGA_ISA
imply NE2000_ISA
select IDE_ISA
select PCKBD
select PFLASH_CFI01
config MALTA
bool
config MIPSSIM
bool
select ISA_BUS
select SERIAL_ISA
select MIPSNET
config JAZZ
bool
select ISA_BUS
select RC4030
select I8259
select I8254
select I8257
select PCSPK
select VGA_ISA_MM
select G364FB
select DP8393X
select ESP
select FDC
select MC146818RTC
select PCKBD
select SERIAL
select PARALLEL
select DS1225Y
select JAZZ_LED
config FULONG
bool
config MIPS_CPS
bool
select PTIMER
config MIPS_BOSTON
bool