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 RAVEN_PCI 14 bool 15 select PCI 16 select OR_IRQ 17 18config GRACKLE_PCI 19 select PCI 20 bool 21 22config UNIN_PCI 23 bool 24 select PCI 25 select DEC_PCI 26 select OPENPIC 27 28config PPCE500_PCI 29 select PCI 30 bool 31 32config VERSATILE_PCI 33 select PCI 34 bool 35 36config PCI_SABRE 37 select PCI 38 bool 39 40config PCI_I440FX 41 bool 42 select PCI 43 select PAM 44 45config PCI_EXPRESS_Q35 46 bool 47 select PCI_EXPRESS 48 select PAM 49 50config PCI_EXPRESS_GENERIC_BRIDGE 51 bool 52 select PCI_EXPRESS 53 54config PCI_EXPRESS_XILINX 55 bool 56 select PCI_EXPRESS 57 58config PCI_EXPRESS_DESIGNWARE 59 bool 60 select PCI_EXPRESS 61 select MSI_NONBROKEN 62 63config PCI_BONITO 64 select PCI 65 select UNIMP 66 bool 67 68config PCI_POWERNV 69 select PCI_EXPRESS 70 select MSI_NONBROKEN 71 select PCIE_PORT 72 73config REMOTE_PCIHOST 74 bool 75 76config SH_PCI 77 bool 78 select PCI 79 80config ARTICIA 81 bool 82 select PCI 83 select I8259 84 85config MV64361 86 bool 87 select PCI 88 select I8259 89 90config DINO 91 bool 92 select PCI 93 94config ASTRO 95 bool 96 select PCI 97 98config GT64120 99 bool 100 select PCI 101 select EMPTY_SLOT 102 select I8259 103