hw/mips: Express dependencies of the Jazz machine with Kconfig
commita6b1625d6107675f1bd7e3c660814e74ae6d21b6
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 1 Jul 2019 11:26:11 +0000 (1 13:26 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Tue, 2 Jul 2019 12:18:05 +0000 (2 14:18 +0200)
tree172d8ccdf7930a00603915b334f85f526c18e2d5
parent44fa013926b46aae58d934cd4765534257c098c4
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>
default-configs/mips-softmmu-common.mak
default-configs/mips64-softmmu.mak
default-configs/mips64el-softmmu.mak
hw/mips/Kconfig