From: Arnd Bergmann Date: Wed, 6 Jul 2016 12:46:04 +0000 (+0200) Subject: PCI: artpec: Add PCI_MSI_IRQ_DOMAIN dependency X-Git-Tag: v4.8-rc1~56^2~3^2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09e3cded27709d148ce06313f96b777ba7617f26;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Bjorn Helgaas Acked-by: Niklas Cassel --- diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 033d9ad37c748..2f9ca94349894 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -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