diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2018-04-20 21:55:45 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-08 09:07:35 -0400 |
commit | 7c45862f22fd6275a48130197d315dcf8723cfb5 (patch) | |
tree | 4e064f965a540805aa071feb465524ece360346c /drivers/pci/Makefile | |
parent | 666028fc7c21e7800953b5e928e84fb86f962723 (diff) | |
download | u-boot-7c45862f22fd6275a48130197d315dcf8723cfb5.zip u-boot-7c45862f22fd6275a48130197d315dcf8723cfb5.tar.gz u-boot-7c45862f22fd6275a48130197d315dcf8723cfb5.tar.bz2 |
pci: intel: Add Intel FPGA PCIe controller driver
Add PCIe driver for Intel FPGA PCIe IP. This driver operates the PCIe IP in
rootport mode only, the EP mode is not supported. The driver is tested
with the Intel e1000e NIC driver.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 72c09f4a..4923641 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -33,3 +33,4 @@ obj-$(CONFIG_PCIE_DW_MVEBU) += pcie_dw_mvebu.o obj-$(CONFIG_PCIE_LAYERSCAPE) += pcie_layerscape.o obj-$(CONFIG_PCIE_LAYERSCAPE) += pcie_layerscape_fixup.o obj-$(CONFIG_PCI_XILINX) += pcie_xilinx.o +obj-$(CONFIG_PCIE_INTEL_FPGA) += pcie_intel_fpga.o |