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