xref: /openbmc/qemu/hw/pci-host/Kconfig (revision 5af53aa551f0f36f693aecaa12ceaac5a385d6a0)
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    imply ACPI_PCI
62
63config PCI_EXPRESS_XILINX
64    bool
65    select PCI_EXPRESS
66
67config PCI_EXPRESS_DESIGNWARE
68    bool
69    select PCI_EXPRESS
70    select MSI_NONBROKEN
71
72config PCI_BONITO
73    select PCI
74    select UNIMP
75    bool
76
77config PCI_POWERNV
78    select PCI_EXPRESS
79    select MSI_NONBROKEN
80    select PCIE_PORT
81
82config REMOTE_PCIHOST
83    bool
84
85config SH_PCI
86    bool
87    select PCI
88
89config ARTICIA
90    bool
91    select PCI
92    select I8259
93
94config MV64361
95    bool
96    select PCI
97    select I8259
98
99config DINO
100    bool
101    select PCI
102
103config ASTRO
104    bool
105    select PCI
106
107config PCI_EXPRESS_FSL_IMX8M_PHY
108    bool
109
110config GT64120
111    bool
112    select PCI
113    select EMPTY_SLOT
114    select I8259
115