diff options
author | Ramon Fried <ramon.fried@gmail.com> | 2019-04-27 11:15:22 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-11 10:05:15 -0400 |
commit | c2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362 (patch) | |
tree | 6ce71088d3d1aeaa68c5051011bdf766b2969b45 /drivers/pci_endpoint/Makefile | |
parent | 914026d25848b856a669d629cb284c34843d707e (diff) | |
download | u-boot-c2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362.tar.gz u-boot-c2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362.tar.xz u-boot-c2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362.zip |
pci_ep: add Cadence PCIe endpoint driver
Add Cadence PCIe endpoint driver supporting configuration
of header, bars and MSI for device.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/pci_endpoint/Makefile')
-rw-r--r-- | drivers/pci_endpoint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci_endpoint/Makefile b/drivers/pci_endpoint/Makefile index 80a1066925..0a849deb19 100644 --- a/drivers/pci_endpoint/Makefile +++ b/drivers/pci_endpoint/Makefile @@ -4,3 +4,4 @@ # Ramon Fried <ramon.fried@gmail.com> obj-y += pci_ep-uclass.o +obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o |