xref: /openbmc/qemu/hw/pci-bridge/Kconfig (revision 9533dcdd416530a0d72140c122bf90517b6c81eb)
1config PCIE_PORT
2    bool
3    default y if PCI_DEVICES
4    depends on PCI_EXPRESS
5
6config PXB
7    bool
8
9config XIO3130
10    bool
11    default y if PCI_DEVICES
12    depends on PCI_EXPRESS
13
14config IOH3420
15    bool
16    default y if PCI_DEVICES
17    depends on PCI_EXPRESS
18
19config I82801B11
20    bool
21    default y if PCI_DEVICES
22    depends on PCI_EXPRESS
23
24config DEC_PCI
25    bool
26
27config SIMBA
28    bool
29