1config PCIE_PORT 2 bool 3 default y if PCI_DEVICES 4 depends on PCI_EXPRESS && MSI_NONBROKEN 5 6config PCIE_PCI_BRIDGE 7 bool 8 default y if PCIE_PORT 9 depends on PCIE_PORT 10 11config PXB 12 bool 13 default y if Q35 || ARM_VIRT 14 15config XIO3130 16 bool 17 default y if PCI_DEVICES 18 depends on PCI_EXPRESS && MSI_NONBROKEN 19 20config IOH3420 21 bool 22 default y if PCI_DEVICES 23 depends on PCI_EXPRESS && MSI_NONBROKEN 24 25config I82801B11 26 bool 27 default y if PCI_DEVICES 28 depends on PCI_EXPRESS 29 30config DEC_PCI 31 bool 32 33config SIMBA 34 bool 35 36config CXL 37 bool 38 default y if PCI_EXPRESS && PXB 39 depends on PCI_EXPRESS && MSI_NONBROKEN && PXB 40