aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-02-03 21:24:10 +0100
committerPhilippe Mathieu-Daudé <philmd@redhat.com>2021-07-20 15:18:39 +0200
commit39f6049e47bc1c53687af06e065d9b83311fa216 (patch)
treeff010b7869b7a79cb6da72d0bc309eb1d55cdcd4 /hw/mips
parent2321d971b6f0a87507d6ca44055864158763309b (diff)
downloadqemu-39f6049e47bc1c53687af06e065d9b83311fa216.zip
qemu-39f6049e47bc1c53687af06e065d9b83311fa216.tar.gz
qemu-39f6049e47bc1c53687af06e065d9b83311fa216.tar.bz2
hw/mips: Express dependencies of the Boston machine with Kconfig
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>
Diffstat (limited to 'hw/mips')
-rw-r--r--hw/mips/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index 1d4051f..b4c5549 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -51,6 +51,11 @@ config MIPS_CPS
config MIPS_BOSTON
bool
+ select FITLOADER
+ select MIPS_CPS
+ select PCI_EXPRESS_XILINX
+ select AHCI_ICH9
+ select SERIAL
config FW_CFG_MIPS
bool