summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/cadence/Makefile
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2020-07-22 16:33:15 +0530
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2020-08-03 14:49:55 +0100
commitf3e25911a430ed16ec209929183df762fe9c785b (patch)
treea5825786199ff58ac96b494d21c8f869fe1100b1 /drivers/pci/controller/cadence/Makefile
parent45b39e928966fe520de9f4bab6c39a8eca4d3180 (diff)
downloadlinux-stable-f3e25911a430ed16ec209929183df762fe9c785b.tar.gz
linux-stable-f3e25911a430ed16ec209929183df762fe9c785b.tar.bz2
linux-stable-f3e25911a430ed16ec209929183df762fe9c785b.zip
PCI: j721e: Add TI J721E PCIe driver
Add support for PCIe controller in J721E SoC. The controller uses the Cadence PCIe core programmed by pcie-cadence*.c. The PCIe controller will work in both host mode and device mode. Some of the features of the controller are: *) Supports both RC mode and EP mode *) Supports MSI and MSI-X support *) Supports upto GEN3 speed mode *) Supports SR-IOV capability *) Ability to route all transactions via SMMU (support will be added in a later patch). Link: https://lore.kernel.org/r/20200722110317.4744-14-kishon@ti.com Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers/pci/controller/cadence/Makefile')
-rw-r--r--drivers/pci/controller/cadence/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/cadence/Makefile b/drivers/pci/controller/cadence/Makefile
index 232a3f20876a..9bac5fb2f13d 100644
--- a/drivers/pci/controller/cadence/Makefile
+++ b/drivers/pci/controller/cadence/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_PCIE_CADENCE) += pcie-cadence.o
obj-$(CONFIG_PCIE_CADENCE_HOST) += pcie-cadence-host.o
obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o
obj-$(CONFIG_PCIE_CADENCE_PLAT) += pcie-cadence-plat.o
+obj-$(CONFIG_PCI_J721E) += pci-j721e.o