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