diff options
author | Sean Cross <xobs@kosagi.com> | 2013-09-26 05:24:47 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-09-27 21:17:08 +0200 |
commit | bb38919ec56e0758c3ae56dfc091dcde1391353e (patch) | |
tree | 2bfadf7af2bd93e9d34b6a69bdae085bac7b3df9 /drivers/pci/host/Makefile | |
parent | ARM: imx6q: Add PCIe bits to GPR syscon definition (diff) | |
download | linux-bb38919ec56e0758c3ae56dfc091dcde1391353e.tar.xz 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/Makefile | 1 |
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 |