a6b1625d61
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>
15 lines
284 B
Makefile
15 lines
284 B
Makefile
# Default configuration for mips64el-softmmu
|
|
|
|
include mips-softmmu-common.mak
|
|
CONFIG_IDE_VIA=y
|
|
CONFIG_FULONG=y
|
|
CONFIG_ATI_VGA=y
|
|
CONFIG_RTL8139_PCI=y
|
|
CONFIG_JAZZ=y
|
|
CONFIG_VT82C686=y
|
|
CONFIG_AHCI=y
|
|
CONFIG_MIPS_BOSTON=y
|
|
CONFIG_FITLOADER=y
|
|
CONFIG_PCI_EXPRESS=y
|
|
CONFIG_PCI_EXPRESS_XILINX=y
|