Add support for Endpoint mode of operation in the Cadence PCIe Controller present on TI's K3 SoCs. This driver is an adaptation of the Linux kernel v6.15 driver (drivers/pci/controller/cadence/pci-j721e.c). Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
10 lines
274 B
Makefile
10 lines
274 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2019
|
|
# Ramon Fried <ramon.fried@gmail.com>
|
|
|
|
obj-y += pci_ep-uclass.o
|
|
obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o
|
|
obj-$(CONFIG_PCI_SANDBOX_EP) += sandbox-pci_ep.o
|
|
obj-$(CONFIG_PCIE_CDNS_TI_EP) += pcie_cdns_ti_ep.o
|