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 <th...@redhat.com> Reviewed-by: Paul Burton <pbur...@wavecomp.com> Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- default-configs/mips64el-softmmu.mak | 4 ---- hw/mips/Kconfig | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/default-configs/mips64el-softmmu.mak b/default-configs/mips64el-softmmu.mak index a7b88318b2..c7409d23d2 100644 --- a/default-configs/mips64el-softmmu.mak +++ b/default-configs/mips64el-softmmu.mak @@ -5,8 +5,4 @@ CONFIG_IDE_VIA=y CONFIG_FULONG=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 diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 5678c9cf15..bd6e3be2cd 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -50,3 +50,8 @@ config MIPS_CPS config MIPS_BOSTON bool + select FITLOADER + select MIPS_CPS + select PCI_EXPRESS_XILINX + select AHCI + select SERIAL -- 2.20.1