summaryrefslogtreecommitdiff
path: root/drivers/pci/host/Kconfig
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2013-08-16 12:55:11 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:01:31 -0500
commit977d67e24cceb247a8b1a79d97314b03ff553764 (patch)
tree78b2453c63ff7afb8aa868d2452522151f18b27f /drivers/pci/host/Kconfig
parent64a5c53008bea97eaec937c0cbd8922fc857b180 (diff)
ENGR00275213-4 pcie_imx: enable pcie on imx6 platforms
imx6q and imx6dl platforms have one x1 pcie interface, this patch used to setup the pcie driver for this interface. Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r--drivers/pci/host/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 1184ff6fe864..dc4badcc4c5d 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -14,4 +14,10 @@ config PCI_EXYNOS
select PCIEPORTBUS
select PCIE_DW
+config PCIE_IMX
+ bool "Freescale i.MX PCIe controller"
+ depends on SOC_IMX6Q
+ select PCIEPORTBUS
+ select PCIE_DW
+
endmenu