/net/l3mdev/

>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-07-06 14:46:04 +0200
committerBjorn Helgaas <bhelgaas@google.com>2016-07-29 17:33:03 -0500
commit09e3cded27709d148ce06313f96b777ba7617f26 (patch)
tree1d6125ad8c5fa6aca16c446c20c42447fd985d55
parenta3cbfae1f7b3b5b3bdac23f2feea16a3bd571d1f (diff)
PCI: artpec: Add PCI_MSI_IRQ_DOMAIN dependency
The DesignWare PCIe driver requires MSI support, so we get a warning for the artpec6 glue driver if that is not enabled: warning: (PCIE_ARTPEC6) selects PCIE_DW which has unmet direct dependencies (PCI && PCI_MSI_IRQ_DOMAIN) Add the same dependency that all other such drivers have. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Niklas Cassel <niklas.cassel@axis.com>