1config PAM 2 bool 3 4config PREP_PCI 5 bool 6 select PCI 7 select OR_IRQ 8 9config GRACKLE_PCI 10 select PCI 11 bool 12 13config UNIN_PCI 14 bool 15 select PCI 16 select DEC_PCI 17 select OPENPIC 18 19config PPCE500_PCI 20 select PCI 21 bool 22 23config VERSATILE_PCI 24 select PCI 25 bool 26 27config PCI_SABRE 28 select PCI 29 bool 30 31config PCI_I440FX 32 bool 33 select PCI 34 select PAM 35 36config PCI_EXPRESS_Q35 37 bool 38 select PCI_EXPRESS 39 select PAM 40 41config PCI_EXPRESS_GENERIC_BRIDGE 42 bool 43 select PCI_EXPRESS 44 45config PCI_EXPRESS_XILINX 46 bool 47 select PCI_EXPRESS 48 49config PCI_EXPRESS_DESIGNWARE 50 bool 51 select PCI_EXPRESS 52 select MSI_NONBROKEN 53