1config PAM 2 bool 3 4config XEN_IGD_PASSTHROUGH 5 bool 6 default y 7 depends on XEN && PCI_I440FX 8 9config PPC4XX_PCI 10 bool 11 select PCI 12 13config PPC440_PCIX 14 bool 15 select PCI 16 17config RAVEN_PCI 18 bool 19 select PCI 20 select OR_IRQ 21 22config GRACKLE_PCI 23 select PCI 24 bool 25 26config UNIN_PCI 27 bool 28 select PCI 29 select DEC_PCI 30 select OPENPIC 31 32config PPCE500_PCI 33 select PCI 34 bool 35 36config VERSATILE_PCI 37 select PCI 38 bool 39 40config PCI_SABRE 41 select PCI 42 bool 43 44config PCI_I440FX 45 bool 46 select PCI 47 select PAM 48 49config PCI_EXPRESS_ASPEED 50 bool 51 select PCI_EXPRESS 52 53config PCI_EXPRESS_Q35 54 bool 55 select PCI_EXPRESS 56 select PAM 57 58config PCI_EXPRESS_GENERIC_BRIDGE 59 bool 60 select PCI_EXPRESS 61 62config PCI_EXPRESS_XILINX 63 bool 64 select PCI_EXPRESS 65 66config PCI_EXPRESS_DESIGNWARE 67 bool 68 select PCI_EXPRESS 69 select MSI_NONBROKEN 70 71config PCI_BONITO 72 select PCI 73 select UNIMP 74 bool 75 76config PCI_POWERNV 77 select PCI_EXPRESS 78 select MSI_NONBROKEN 79 select PCIE_PORT 80 81config REMOTE_PCIHOST 82 bool 83 84config SH_PCI 85 bool 86 select PCI 87 88config ARTICIA 89 bool 90 select PCI 91 select I8259 92 93config MV64361 94 bool 95 select PCI 96 select I8259 97 98config DINO 99 bool 100 select PCI 101 102config ASTRO 103 bool 104 select PCI 105 106config GT64120 107 bool 108 select PCI 109 select EMPTY_SLOT 110 select I8259 111