mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/mips: Express dependencies of the Jazz machine with Kconfig
The Jazz use the RC4030 Asic to provide an EISA bus and DMA/IRQ. The framebuffer display is managed by a G364, the network card is a Sonic DP83932. A QLogic ESP216 provides a SCSI bus. None, for the both machine variants (PICA-61 and Magnum 4000), the DP83932 chipset is soldered on the board, and is MMIO-mapped (selected via Chip Select). Therefore we have to enforce the 'select' Kconfig rule (we can not use the 'imply' rule helpful when devices are connected on a bus). Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <20190701112612.14758-4-philmd@redhat.com>
This commit is contained in:
parent
44fa013926
commit
a6b1625d61
4 changed files with 17 additions and 11 deletions
|
@ -12,6 +12,23 @@ config MIPSSIM
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue