xref: /openbmc/qemu/hw/pci-host/Kconfig (revision a7e23159074c9d774fb1e88357b778994a0c9365)
1config PAM
2    bool
3
4config PREP_PCI
5    select PCI
6    bool
7
8config GRACKLE_PCI
9    select PCI
10    bool
11
12config UNIN_PCI
13    select PCI
14    bool
15
16config PPCE500_PCI
17    select PCI
18    bool
19
20config VERSATILE_PCI
21    select PCI
22    bool
23
24config PCI_SABRE
25    select PCI
26    bool
27
28config PCI_PIIX
29    bool
30
31config PCI_EXPRESS_Q35
32    bool
33    select PCI_EXPRESS
34
35config PCI_EXPRESS_GENERIC_BRIDGE
36    bool
37    select PCI_EXPRESS
38
39config PCI_EXPRESS_XILINX
40    bool
41    select PCI_EXPRESS
42
43config PCI_EXPRESS_DESIGNWARE
44    bool
45    select PCI_EXPRESS
46