2017-11-01 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2019-11-11 12:30:44 +00:00
|
|
|
obj-$(CONFIG_PCIE_CADENCE) += cadence/
|
2017-03-12 23:24:03 +01:00
|
|
|
obj-$(CONFIG_PCI_FTPCI100) += pci-ftpci100.o
|
2021-05-03 00:09:20 +02:00
|
|
|
obj-$(CONFIG_PCI_IXP4XX) += pci-ixp4xx.o
|
2016-02-16 21:56:23 +00:00
|
|
|
obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o
|
2019-08-22 05:05:41 +00:00
|
|
|
obj-$(CONFIG_PCI_HYPERV_INTERFACE) += pci-hyperv-intf.o
|
2013-07-31 17:14:10 +09:00
|
|
|
obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o
|
2016-06-30 11:32:31 +02:00
|
|
|
obj-$(CONFIG_PCI_AARDVARK) += pci-aardvark.o
|
2013-08-09 16:49:19 +02:00
|
|
|
obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o
|
2013-10-29 20:12:51 +04:00
|
|
|
obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o
|
2020-05-07 13:33:13 +01:00
|
|
|
obj-$(CONFIG_PCIE_RCAR_HOST) += pcie-rcar.o pcie-rcar-host.o
|
2020-05-07 13:33:18 +01:00
|
|
|
obj-$(CONFIG_PCIE_RCAR_EP) += pcie-rcar.o pcie-rcar-ep.o
|
2025-11-19 16:35:19 +02:00
|
|
|
obj-$(CONFIG_PCIE_RENESAS_RZG3S_HOST) += pcie-rzg3s-host.o
|
2016-03-11 15:35:55 -06:00
|
|
|
obj-$(CONFIG_PCI_HOST_COMMON) += pci-host-common.o
|
2013-11-22 16:14:41 +00:00
|
|
|
obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o
|
2021-03-08 16:24:48 +01:00
|
|
|
obj-$(CONFIG_PCI_HOST_THUNDER_ECAM) += pci-thunder-ecam.o
|
|
|
|
|
obj-$(CONFIG_PCI_HOST_THUNDER_PEM) += pci-thunder-pem.o
|
2014-08-20 21:56:02 +05:30
|
|
|
obj-$(CONFIG_PCIE_XILINX) += pcie-xilinx.o
|
2016-03-06 22:02:14 +05:30
|
|
|
obj-$(CONFIG_PCIE_XILINX_NWL) += pcie-xilinx-nwl.o
|
2020-06-16 18:26:54 +05:30
|
|
|
obj-$(CONFIG_PCIE_XILINX_CPM) += pcie-xilinx-cpm.o
|
2023-10-03 23:04:53 +05:30
|
|
|
obj-$(CONFIG_PCIE_XILINX_DMA_PL) += pcie-xilinx-dma-pl.o
|
2017-09-26 13:02:20 -05:00
|
|
|
obj-$(CONFIG_PCI_V3_SEMI) += pci-v3-semi.o
|
2021-03-08 16:24:48 +01:00
|
|
|
obj-$(CONFIG_PCI_XGENE) += pci-xgene.o
|
2015-06-05 15:56:34 -05:00
|
|
|
obj-$(CONFIG_PCI_XGENE_MSI) += pci-xgene-msi.o
|
2015-01-28 10:16:18 -06:00
|
|
|
obj-$(CONFIG_PCI_VERSATILE) += pci-versatile.o
|
2015-04-08 11:21:35 -07:00
|
|
|
obj-$(CONFIG_PCIE_IPROC) += pcie-iproc.o
|
2016-01-06 18:04:35 -06:00
|
|
|
obj-$(CONFIG_PCIE_IPROC_MSI) += pcie-iproc-msi.o
|
2015-04-08 11:21:35 -07:00
|
|
|
obj-$(CONFIG_PCIE_IPROC_PLATFORM) += pcie-iproc-platform.o
|
2015-05-12 23:23:01 +02:00
|
|
|
obj-$(CONFIG_PCIE_IPROC_BCMA) += pcie-iproc-bcma.o
|
2015-10-23 18:27:12 +08:00
|
|
|
obj-$(CONFIG_PCIE_ALTERA) += pcie-altera.o
|
2015-10-23 18:27:13 +08:00
|
|
|
obj-$(CONFIG_PCIE_ALTERA_MSI) += pcie-altera-msi.o
|
2016-09-03 11:41:09 -05:00
|
|
|
obj-$(CONFIG_PCIE_ROCKCHIP) += pcie-rockchip.o
|
2018-05-09 09:12:59 +08:00
|
|
|
obj-$(CONFIG_PCIE_ROCKCHIP_EP) += pcie-rockchip-ep.o
|
2018-05-09 09:11:49 +08:00
|
|
|
obj-$(CONFIG_PCIE_ROCKCHIP_HOST) += pcie-rockchip-host.o
|
2017-05-21 11:42:24 +08:00
|
|
|
obj-$(CONFIG_PCIE_MEDIATEK) += pcie-mediatek.o
|
2021-04-20 14:17:19 +08:00
|
|
|
obj-$(CONFIG_PCIE_MEDIATEK_GEN3) += pcie-mediatek-gen3.o
|
2016-10-04 12:26:37 -05:00
|
|
|
obj-$(CONFIG_VMD) += vmd.o
|
2019-12-16 12:01:09 +01:00
|
|
|
obj-$(CONFIG_PCIE_BRCMSTB) += pcie-brcmstb.o
|
2020-05-26 17:21:13 +08:00
|
|
|
obj-$(CONFIG_PCI_LOONGSON) += pci-loongson.o
|
2020-09-03 13:34:56 +01:00
|
|
|
obj-$(CONFIG_PCIE_HISI_ERR) += pcie-hisi-error.o
|
2021-09-29 17:38:37 +01:00
|
|
|
obj-$(CONFIG_PCIE_APPLE) += pcie-apple.o
|
2021-09-22 07:00:34 +02:00
|
|
|
obj-$(CONFIG_PCIE_MT7621) += pcie-mt7621.o
|
2025-12-16 09:50:05 +08:00
|
|
|
obj-$(CONFIG_PCIE_ASPEED) += pcie-aspeed.o
|
2021-09-22 07:00:34 +02:00
|
|
|
|
2018-05-31 09:12:37 +08:00
|
|
|
# pcie-hisi.o quirks are needed even without CONFIG_PCIE_DW
|
|
|
|
|
obj-y += dwc/
|
2020-02-13 12:06:35 +08:00
|
|
|
obj-y += mobiveil/
|
2024-03-28 17:18:15 +08:00
|
|
|
obj-y += plda/
|
2018-05-31 09:12:37 +08:00
|
|
|
|
2016-12-06 14:27:59 -06:00
|
|
|
|
|
|
|
|
# The following drivers are for devices that use the generic ACPI
|
|
|
|
|
# pci_root.c driver but don't support standard ECAM config access.
|
|
|
|
|
# They contain MCFG quirks to replace the generic ECAM accessors with
|
|
|
|
|
# device-specific ones that are shared with the DT driver.
|
|
|
|
|
|
|
|
|
|
# The ACPI driver is generic and should not require driver-specific
|
|
|
|
|
# config options to be enabled, so we always build these drivers on
|
|
|
|
|
# ARM64 and use internal ifdefs to only build the pieces we need
|
|
|
|
|
# depending on whether ACPI, the DT driver, or both are enabled.
|
|
|
|
|
|
2021-03-08 16:24:48 +01:00
|
|
|
ifdef CONFIG_ACPI
|
|
|
|
|
ifdef CONFIG_PCI_QUIRKS
|
2016-12-06 14:27:59 -06:00
|
|
|
obj-$(CONFIG_ARM64) += pci-thunder-ecam.o
|
|
|
|
|
obj-$(CONFIG_ARM64) += pci-thunder-pem.o
|
|
|
|
|
obj-$(CONFIG_ARM64) += pci-xgene.o
|
2018-01-30 21:56:49 +01:00
|
|
|
endif
|
2021-03-08 16:24:48 +01:00
|
|
|
endif
|