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)
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

index 033d9ad37c7489190afd819ba06241d3359ea9dd..2f9ca943498945a4a126ffd6b5dc2712b8148cb8 100644 (file)
@@ -248,6 +248,7 @@ config PCIE_ARMADA_8K
 config PCIE_ARTPEC6
        bool "Axis ARTPEC-6 PCIe controller"
        depends on MACH_ARTPEC6
+       depends on PCI_MSI_IRQ_DOMAIN
        select PCIE_DW
        select PCIEPORTBUS
        help
This page took 0.025881 seconds and 5 git commands to generate.