Commit 09e3cded authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Bjorn Helgaas

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarNiklas Cassel <niklas.cassel@axis.com>
parent a3cbfae1
...@@ -248,6 +248,7 @@ config PCIE_ARMADA_8K ...@@ -248,6 +248,7 @@ config PCIE_ARMADA_8K
config PCIE_ARTPEC6 config PCIE_ARTPEC6
bool "Axis ARTPEC-6 PCIe controller" bool "Axis ARTPEC-6 PCIe controller"
depends on MACH_ARTPEC6 depends on MACH_ARTPEC6
depends on PCI_MSI_IRQ_DOMAIN
select PCIE_DW select PCIE_DW
select PCIEPORTBUS select PCIEPORTBUS
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment