Skip to content

Commit a3ed144

Browse files
Trent PiephoLorenzo Pieralisi
authored andcommitted
PCI: dwc: Adjust Kconfig to allow IMX6 PCIe host on IMX7
The IMX6 PCI-e host driver also supports the IMX7d. However, the Kconfig dependencies of the driver prevented it from being enabled unless the kernel was built with both IMX6 and IMX7 support. It works fine to build with only IMX7 support enabled therefore adjust the Kconfig entry to allow this configuration. Signed-off-by: Trent Piepho <tpiepho@impinj.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
1 parent edfd39f commit a3ed144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/pci/controller/dwc/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ config PCI_EXYNOS
8989
select PCIE_DW_HOST
9090

9191
config PCI_IMX6
92-
bool "Freescale i.MX6 PCIe controller"
93-
depends on SOC_IMX6Q || (ARM && COMPILE_TEST)
92+
bool "Freescale i.MX6/7 PCIe controller"
93+
depends on SOC_IMX6Q || SOC_IMX7D || (ARM && COMPILE_TEST)
9494
depends on PCI_MSI_IRQ_DOMAIN
9595
select PCIE_DW_HOST
9696

0 commit comments

Comments
 (0)