xref: /qemu/hw/pci/Kconfig (revision ebda3036)
1config PCI
2    bool
3
4config PCI_EXPRESS
5    bool
6    select PCI
7
8config PCI_DEVICES
9    bool
10
11config PCIE_DEVICES
12    bool
13
14config MSI_NONBROKEN
15    # selected by interrupt controllers that do not support MSI,
16    # or support it and have a good implementation. See commit
17    # 47d2b0f33c664533b8dbd5cb17faa8e6a01afe1f.
18    bool
19