linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] PCI: controller: dwc: allow to select i.MX driver for i.MX 7D
@ 2019-01-28 16:09 Stefan Agner
  0 siblings, 0 replies; only message in thread
From: Stefan Agner @ 2019-01-28 16:09 UTC (permalink / raw)
  To: lorenzo.pieralisi
  Cc: l.stach, fabio.estevam, linux-imx, kernel, shawnguo, linux-pci,
	linux-kernel, Stefan Agner

The i.MX 6 PCI driver supports the i.MX 7D SoC too. Allow to select
the i.MX PCI driver even if only the i.MX 7D SoC has been selected.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 drivers/pci/controller/dwc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig
index 91b0194240a5..aacf3297c197 100644
--- a/drivers/pci/controller/dwc/Kconfig
+++ b/drivers/pci/controller/dwc/Kconfig
@@ -90,7 +90,7 @@ config PCI_EXYNOS
 
 config PCI_IMX6
 	bool "Freescale i.MX6 PCIe controller"
-	depends on SOC_IMX6Q || (ARM && COMPILE_TEST)
+	depends on SOC_IMX6Q || SOC_IMX7D || (ARM && COMPILE_TEST)
 	depends on PCI_MSI_IRQ_DOMAIN
 	select PCIE_DW_HOST
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-28 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-28 16:09 [PATCH 3/3] PCI: controller: dwc: allow to select i.MX driver for i.MX 7D Stefan Agner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).