at v4.10 46 lines 2.1 kB view raw
1obj-$(CONFIG_PCIE_DW) += pcie-designware.o 2obj-$(CONFIG_PCIE_DW_PLAT) += pcie-designware-plat.o 3obj-$(CONFIG_PCI_DRA7XX) += pci-dra7xx.o 4obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o 5obj-$(CONFIG_PCI_IMX6) += pci-imx6.o 6obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o 7obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o 8obj-$(CONFIG_PCI_AARDVARK) += pci-aardvark.o 9obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o 10obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o 11obj-$(CONFIG_PCIE_RCAR) += pcie-rcar.o 12obj-$(CONFIG_PCI_HOST_COMMON) += pci-host-common.o 13obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o 14obj-$(CONFIG_PCIE_SPEAR13XX) += pcie-spear13xx.o 15obj-$(CONFIG_PCI_KEYSTONE) += pci-keystone-dw.o pci-keystone.o 16obj-$(CONFIG_PCIE_XILINX) += pcie-xilinx.o 17obj-$(CONFIG_PCIE_XILINX_NWL) += pcie-xilinx-nwl.o 18obj-$(CONFIG_PCI_XGENE_MSI) += pci-xgene-msi.o 19obj-$(CONFIG_PCI_LAYERSCAPE) += pci-layerscape.o 20obj-$(CONFIG_PCI_VERSATILE) += pci-versatile.o 21obj-$(CONFIG_PCIE_IPROC) += pcie-iproc.o 22obj-$(CONFIG_PCIE_IPROC_MSI) += pcie-iproc-msi.o 23obj-$(CONFIG_PCIE_IPROC_PLATFORM) += pcie-iproc-platform.o 24obj-$(CONFIG_PCIE_IPROC_BCMA) += pcie-iproc-bcma.o 25obj-$(CONFIG_PCIE_ALTERA) += pcie-altera.o 26obj-$(CONFIG_PCIE_ALTERA_MSI) += pcie-altera-msi.o 27obj-$(CONFIG_PCIE_QCOM) += pcie-qcom.o 28obj-$(CONFIG_PCIE_ARMADA_8K) += pcie-armada8k.o 29obj-$(CONFIG_PCIE_ARTPEC6) += pcie-artpec6.o 30obj-$(CONFIG_PCIE_ROCKCHIP) += pcie-rockchip.o 31obj-$(CONFIG_VMD) += vmd.o 32 33# The following drivers are for devices that use the generic ACPI 34# pci_root.c driver but don't support standard ECAM config access. 35# They contain MCFG quirks to replace the generic ECAM accessors with 36# device-specific ones that are shared with the DT driver. 37 38# The ACPI driver is generic and should not require driver-specific 39# config options to be enabled, so we always build these drivers on 40# ARM64 and use internal ifdefs to only build the pieces we need 41# depending on whether ACPI, the DT driver, or both are enabled. 42 43obj-$(CONFIG_ARM64) += pcie-hisi.o 44obj-$(CONFIG_ARM64) += pci-thunder-ecam.o 45obj-$(CONFIG_ARM64) += pci-thunder-pem.o 46obj-$(CONFIG_ARM64) += pci-xgene.o