hw/ppc: Clean up local variable shadowing in _FDT helper routine
[qemu/kevin.git] / hw / pci-bridge / Kconfig
blob67077366cc7daa00b04a140627e30e79fe1fe789
1 config PCIE_PORT
2     bool
3     default y if PCI_DEVICES
4     depends on PCI_EXPRESS && MSI_NONBROKEN
6 config PCIE_PCI_BRIDGE
7     bool
8     default y if PCIE_PORT
9     depends on PCIE_PORT
11 config PXB
12     bool
13     default y if Q35 || ARM_VIRT
15 config XIO3130
16     bool
17     default y if PCI_DEVICES
18     depends on PCI_EXPRESS && MSI_NONBROKEN
20 config IOH3420
21     bool
22     default y if PCI_DEVICES
23     depends on PCI_EXPRESS && MSI_NONBROKEN
25 config I82801B11
26     bool
27     default y if PCI_DEVICES
28     depends on PCI_EXPRESS
30 config DEC_PCI
31     bool
33 config SIMBA
34     bool
36 config CXL
37     bool
38     default y if PCI_EXPRESS && PXB
39     depends on PCI_EXPRESS && MSI_NONBROKEN && PXB