xref: /openbmc/qemu/hw/pci-host/Kconfig (revision b017f8c7)
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_ASPEED
42    bool
43    select PCI_EXPRESS
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