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