mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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>
This commit is contained in:
parent
2321d971b6
commit
39f6049e47
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue