xref: /qemu/hw/pci-host/Kconfig (revision 856dfd8a)
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    bool
14    select PCI
15    select DEC_PCI
16    select OPENPIC
17
18config PPCE500_PCI
19    select PCI
20    bool
21
22config VERSATILE_PCI
23    select PCI
24    bool
25
26config PCI_SABRE
27    select PCI
28    bool
29
30config PCI_PIIX
31    bool
32    select PCI
33    select PAM
34    select ISA_BUS
35
36config PCI_EXPRESS_Q35
37    bool
38    select PCI_EXPRESS
39    select PAM
40
41config PCI_EXPRESS_GENERIC_BRIDGE
42    bool
43    select PCI_EXPRESS
44
45config PCI_EXPRESS_XILINX
46    bool
47    select PCI_EXPRESS
48
49config PCI_EXPRESS_DESIGNWARE
50    bool
51    select PCI_EXPRESS
52    select MSI_NONBROKEN
53