# SPDX-License-Identifier: GPL-2.0 obj-$([31mCONFIG_PCIE_DW[0m) += pcie-designware.o obj-$([31mCONFIG_PCIE_DW_HOST[0m) += pcie-designware-host.o obj-$([31mCONFIG_PCIE_DW_EP[0m) += pcie-designware-ep.o obj-$([31mCONFIG_PCIE_DW_PLAT[0m) += pcie-designware-plat.o obj-$([31mCONFIG_PCI_DRA7XX[0m) += pci-dra7xx.o obj-$([31mCONFIG_PCI_EXYNOS[0m) += pci-exynos.o obj-$([31mCONFIG_PCI_IMX6[0m) += pci-imx6.o obj-$([31mCONFIG_PCIE_SPEAR13XX[0m) += pcie-spear13xx.o obj-$([31mCONFIG_PCI_KEYSTONE[0m) += pci-keystone.o obj-$([31mCONFIG_PCI_LAYERSCAPE[0m) += pci-layerscape.o obj-$([31mCONFIG_PCI_LAYERSCAPE_EP[0m) += pci-layerscape-ep.o obj-$([31mCONFIG_PCIE_QCOM[0m) += pcie-qcom.o obj-$([31mCONFIG_PCIE_ARMADA_8K[0m) += pcie-armada8k.o obj-$([31mCONFIG_PCIE_ARTPEC6[0m) += pcie-artpec6.o obj-$([31mCONFIG_PCIE_KIRIN[0m) += pcie-kirin.o obj-$([31mCONFIG_PCIE_HISI_STB[0m) += pcie-histb.o obj-$([31mCONFIG_PCI_MESON[0m) += pci-meson.o obj-$([31mCONFIG_PCIE_TEGRA194[0m) += pcie-tegra194.o obj-$([31mCONFIG_PCIE_UNIPHIER[0m) += pcie-uniphier.o # 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. ifdef [31mCONFIG_PCI[0m obj-$([31mCONFIG_ARM64[0m) += pcie-al.o obj-$([31mCONFIG_ARM64[0m) += pcie-hisi.o endif |