diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 15:23:45 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-07-22 15:26:24 -0600 |
commit | 47ff3de911a728cdf9ecc6ad777131902cff62b4 (patch) | |
tree | ec82747a2f4098c337567fd4daf86d7d77ab385a /drivers/pci/host/Makefile | |
parent | f4c55c5a3f7f68c06cc559ed7af8b2d017cbb0a7 (diff) | |
download | blackbird-op-linux-47ff3de911a728cdf9ecc6ad777131902cff62b4.tar.gz blackbird-op-linux-47ff3de911a728cdf9ecc6ad777131902cff62b4.zip |
PCI: dra7xx: Add TI DRA7xx PCIe driver
Add support for PCIe controller in DRA7xx. This driver re-uses the
designware core code that is already present in kernel.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: Mohit Kumar <mohit.kumar@st.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Arnd Bergmann <arnd@arndb.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 611ba4b48c94..c42844db5f67 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_DRA7XX) += pci-dra7xx.o obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o obj-$(CONFIG_PCI_IMX6) += pci-imx6.o obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o |