PCI: artpec: Add PCI_MSI_IRQ_DOMAIN dependency
authorArnd Bergmann <arnd@arndb.de>
Wed, 6 Jul 2016 12:46:04 +0000 (14:46 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 29 Jul 2016 22:33:03 +0000 (17:33 -0500)
commit09e3cded27709d148ce06313f96b777ba7617f26
tree1d6125ad8c5fa6aca16c446c20c42447fd985d55
parenta3cbfae1f7b3b5b3bdac23f2feea16a3bd571d1f
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>
drivers/pci/host/Kconfig