Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLAT

Fix the following warning by adding the dependency PCI_MSI_IRQ_DOMAIN
to PCIE_MOBIVEIL_PLAT.

WARNING: unmet direct dependencies detected for PCIE_MOBIVEIL_HOST
Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n]
Selected by [y]:
- PCIE_MOBIVEIL_PLAT [=y] && PCI [=y] && (ARCH_ZYNQMP || COMPILE_TEST [=y]) && OF [=y]

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

authored by

Hou Zhiqiang and committed by
Lorenzo Pieralisi
863bba34 92a17e5c

+1
+1
drivers/pci/controller/mobiveil/Kconfig
··· 15 15 bool "Mobiveil AXI PCIe controller" 16 16 depends on ARCH_ZYNQMP || COMPILE_TEST 17 17 depends on OF 18 + depends on PCI_MSI_IRQ_DOMAIN 18 19 select PCIE_MOBIVEIL_HOST 19 20 help 20 21 Say Y here if you want to enable support for the Mobiveil AXI PCIe