39f6049e47
Boston is built around a Xilinx FPGA, which includes a PCIe root port and an UART. An Intel EG20T PCH connects the I/O peripherals, but only the SATA bus is emulated. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Paul Burton <pburton@wavecomp.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190311005618.19007-6-philmd@redhat.com>
12 lines
226 B
Makefile
12 lines
226 B
Makefile
# Default configuration for mips64el-softmmu
|
|
|
|
include ../mips-softmmu/common.mak
|
|
CONFIG_IDE_VIA=y
|
|
CONFIG_FULOONG=y
|
|
CONFIG_LOONGSON3V=y
|
|
CONFIG_ATI_VGA=y
|
|
CONFIG_RTL8139_PCI=y
|
|
CONFIG_JAZZ=y
|
|
CONFIG_VT82C686=y
|
|
CONFIG_MIPS_BOSTON=y
|