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_Q35 50 bool 51 select PCI_EXPRESS 52 select PAM 53 54config PCI_EXPRESS_GENERIC_BRIDGE 55 bool 56 select PCI_EXPRESS 57 58config PCI_EXPRESS_XILINX 59 bool 60 select PCI_EXPRESS 61 62config PCI_EXPRESS_DESIGNWARE 63 bool 64 select PCI_EXPRESS 65 select MSI_NONBROKEN 66 67config PCI_BONITO 68 select PCI 69 select UNIMP 70 bool 71 72config PCI_POWERNV 73 select PCI_EXPRESS 74 select MSI_NONBROKEN 75 select PCIE_PORT 76 77config REMOTE_PCIHOST 78 bool 79 80config SH_PCI 81 bool 82 select PCI 83 84config ARTICIA 85 bool 86 select PCI 87 select I8259 88 89config MV64361 90 bool 91 select PCI 92 select I8259 93 94config DINO 95 bool 96 select PCI 97 98config ASTRO 99 bool 100 select PCI 101 102config GT64120 103 bool 104 select PCI 105 select EMPTY_SLOT 106 select I8259 107