summaryrefslogtreecommitdiff
path: root/hw/pci/Kconfig
blob: 77f8b005ffb10c5d49b7433146985a559c198b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config PCI
    bool

config PCI_EXPRESS
    bool
    select PCI

config PCI_DEVICES
    bool

config MSI_NONBROKEN
    # selected by interrupt controllers that do not support MSI,
    # or support it and have a good implementation. See commit
    # 47d2b0f33c664533b8dbd5cb17faa8e6a01afe1f.
    bool