aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2019-03-18kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini1-0/+3
For devices that require msi_init/msix_init to succeed, add a dependency on CONFIG_MSI_NONBROKEN. This will prevent those devices from appearing in a binary that cannot instantiate them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>