commit | 09e3cded27709d148ce06313f96b777ba7617f26 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jul 06 14:46:04 2016 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Jul 29 17:33:03 2016 -0500 |
tree | 1d6125ad8c5fa6aca16c446c20c42447fd985d55 | |
parent | a3cbfae1f7b3b5b3bdac23f2feea16a3bd571d1f [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>