summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/Makefile
diff options
context:
space:
mode:
authorSean Cross2013-09-26 05:24:47 +0200
committerBjorn Helgaas2013-09-27 21:17:08 +0200
commitbb38919ec56e0758c3ae56dfc091dcde1391353e (patch)
tree2bfadf7af2bd93e9d34b6a69bdae085bac7b3df9 /drivers/pci/host/Makefile
parentARM: imx6q: Add PCIe bits to GPR syscon definition (diff)
downloadkernel-qcow2-linux-bb38919ec56e0758c3ae56dfc091dcde1391353e.tar.gz
kernel-qcow2-linux-bb38919ec56e0758c3ae56dfc091dcde1391353e.tar.xz
kernel-qcow2-linux-bb38919ec56e0758c3ae56dfc091dcde1391353e.zip
PCI: imx6: Add support for i.MX6 PCIe controller
Add support for the PCIe port present on the i.MX6 family of controllers. These use the Synopsis Designware core tied to their own PHY. Signed-off-by: Sean Cross <xobs@kosagi.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pci/host/Makefile')
-rw-r--r--drivers/pci/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Makefile b/drivers/pci/host/Makefile
index c9a997b2690d..287d6a053dda 100644
--- a/drivers/pci/host/Makefile
+++ b/drivers/pci/host/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_PCIE_DW) += pcie-designware.o
obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o
+obj-$(CONFIG_PCI_IMX6) += pci-imx6.o
obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o
obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o