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_PIIX 32 bool 33 select PCI 34 select PAM 35 select ISA_BUS 36 37config PCI_EXPRESS_Q35 38 bool 39 select PCI_EXPRESS 40 select PAM 41 42config PCI_EXPRESS_GENERIC_BRIDGE 43 bool 44 select PCI_EXPRESS 45 46config PCI_EXPRESS_XILINX 47 bool 48 select PCI_EXPRESS 49 50config PCI_EXPRESS_DESIGNWARE 51 bool 52 select PCI_EXPRESS 53 select MSI_NONBROKEN 54