Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: pci: Fix a build system bug when PCI_MSI is not enabled
When enabling PCI without PCI_MSI, Rust pci code would fail to build. Fix this by requiring both PCI and PCI_MSI to build Rust pci abstractions. Reported-by: Philipp Stanner <[email protected]> Signed-off-by: Andreas Hindborg <[email protected]>
- Loading branch information