xref: /linux/drivers/pci/controller/dwc/Makefile (revision 9c0ef6d34fdbfb4f948b96d7611f0fd47649044e)
16e0832faSShawn Lin# SPDX-License-Identifier: GPL-2.0
26e0832faSShawn Linobj-$(CONFIG_PCIE_DW) += pcie-designware.o
36e0832faSShawn Linobj-$(CONFIG_PCIE_DW_HOST) += pcie-designware-host.o
46e0832faSShawn Linobj-$(CONFIG_PCIE_DW_EP) += pcie-designware-ep.o
56e0832faSShawn Linobj-$(CONFIG_PCIE_DW_PLAT) += pcie-designware-plat.o
66e0832faSShawn Linobj-$(CONFIG_PCI_DRA7XX) += pci-dra7xx.o
76e0832faSShawn Linobj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o
86e0832faSShawn Linobj-$(CONFIG_PCI_IMX6) += pci-imx6.o
96e0832faSShawn Linobj-$(CONFIG_PCIE_SPEAR13XX) += pcie-spear13xx.o
10b492aca3SKishon Vijay Abraham Iobj-$(CONFIG_PCI_KEYSTONE) += pci-keystone.o
116e0832faSShawn Linobj-$(CONFIG_PCI_LAYERSCAPE) += pci-layerscape.o
126e0832faSShawn Linobj-$(CONFIG_PCIE_QCOM) += pcie-qcom.o
136e0832faSShawn Linobj-$(CONFIG_PCIE_ARMADA_8K) += pcie-armada8k.o
146e0832faSShawn Linobj-$(CONFIG_PCIE_ARTPEC6) += pcie-artpec6.o
156e0832faSShawn Linobj-$(CONFIG_PCIE_KIRIN) += pcie-kirin.o
166e0832faSShawn Linobj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
17*9c0ef6d3SYue Wangobj-$(CONFIG_PCI_MESON) += pci-meson.o
186e0832faSShawn Lin
196e0832faSShawn Lin# The following drivers are for devices that use the generic ACPI
206e0832faSShawn Lin# pci_root.c driver but don't support standard ECAM config access.
216e0832faSShawn Lin# They contain MCFG quirks to replace the generic ECAM accessors with
226e0832faSShawn Lin# device-specific ones that are shared with the DT driver.
236e0832faSShawn Lin
246e0832faSShawn Lin# The ACPI driver is generic and should not require driver-specific
256e0832faSShawn Lin# config options to be enabled, so we always build these drivers on
266e0832faSShawn Lin# ARM64 and use internal ifdefs to only build the pieces we need
276e0832faSShawn Lin# depending on whether ACPI, the DT driver, or both are enabled.
286e0832faSShawn Lin
296e0832faSShawn Linifdef CONFIG_PCI
306e0832faSShawn Linobj-$(CONFIG_ARM64) += pcie-hisi.o
316e0832faSShawn Linendif
32