diff options
| author | Tom Rini <[email protected]> | 2025-09-25 14:43:14 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-08 13:54:58 -0600 |
| commit | d40eae0e270f50e6e9b99d7bca334bb87bc28f70 (patch) | |
| tree | 9774c8e0a43a69fea1980697d40c8742dd67da70 /drivers/pci/Makefile | |
| parent | 8a9f2c19d44c8db105d0031efd9a2a43d7d1797f (diff) | |
pci: Remove pcie_intel_fpga driver
This driver has never been enabled by a platform since introduction and
does not currently compile. Remove it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/pci/Makefile')
| -rw-r--r-- | drivers/pci/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index a0420e733ed..98f3c226f63 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -40,7 +40,6 @@ obj-$(CONFIG_PCIE_LAYERSCAPE_GEN4) += pcie_layerscape_gen4.o \ pcie_layerscape_fixup_common.o obj-$(CONFIG_PCI_XILINX) += pcie_xilinx.o obj-$(CONFIG_PCI_PHYTIUM) += pcie_phytium.o -obj-$(CONFIG_PCIE_INTEL_FPGA) += pcie_intel_fpga.o obj-$(CONFIG_PCIE_DW_COMMON) += pcie_dw_common.o obj-$(CONFIG_PCI_KEYSTONE) += pcie_dw_ti.o obj-$(CONFIG_PCIE_MEDIATEK) += pcie_mediatek.o |
