]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/mips: Express dependencies of the Boston machine with Kconfig
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 3 Feb 2019 20:24:10 +0000 (21:24 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 20 Jul 2021 13:18:39 +0000 (15:18 +0200)
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>

configs/devices/mips64el-softmmu/default.mak
hw/mips/Kconfig

index c511a061baea78795a6a9f7f6c4bd58f352642c0..c610749ac13ebb2f1d6e728ebff8b8f24ac993bc 100644 (file)
@@ -8,8 +8,4 @@ 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
index 1d4051fcf077661114cc1daee50d946ed9f5829a..b4c5549ce844a145658783b0d03697f4e924d9bd 100644 (file)
@@ -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