@samitouri / QOSamiQemu / commits / 2fad751ed6

hw/arm/aspeed: Add missing PCI_EXPRESS -> PCIE_PORT Kconfig dependency

Add the missing Kconfig dependency on PCIE_PORT to avoid the following runtime error: Type 'aspeed.pcie-root-port' is missing its parent 'pcie-root-port-base' No need to have ASPEED_SOC select PCI_EXPRESS since it is already selected by PCI_EXPRESS_ASPEED. Cc: qemu-stable@nongnu.org Fixes: 2af56518fa9 ("hw/pci-host/aspeed: Add AST2600 PCIe Root Port and make address configurable") Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20260709164103.37614-2-philmd@oss.qualcomm.com Signed-off-by: Cédric Le Goater <clg@redhat.com>

Philippe Mathieu-Daudé committed Jul 9, 2026 at 18:41 UTC 2fad751ed6b14ef02b8c728b1b88c6c809f767d3
2 files changed +1 -1
hw/arm/Kconfig
-1
@@ -557,7 +557,6 @@ config ASPEED_SOC
557 select MAX31785
558 select FSI_APB2OPB_ASPEED
559 select AT24C
560 - select PCI_EXPRESS
560 select PCI_EXPRESS_ASPEED
561
562 config MPS2
hw/pci-host/Kconfig
+1
@@ -49,6 +49,7 @@ config PCI_I440FX
49 config PCI_EXPRESS_ASPEED
50 bool
51 select PCI_EXPRESS
52 + select PCIE_PORT
53
54 config PCI_EXPRESS_Q35
55 bool