^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) obj-$(CONFIG_PCIE_DW) += pcie-designware.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) obj-$(CONFIG_PCIE_DW_HOST) += pcie-designware-host.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) obj-$(CONFIG_PCIE_DW_EP) += pcie-designware-ep.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) obj-$(CONFIG_PCIE_DW_PLAT) += pcie-designware-plat.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) obj-$(CONFIG_PCI_DRA7XX) += pci-dra7xx.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) obj-$(CONFIG_PCI_IMX6) += pci-imx6.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) obj-$(CONFIG_PCIE_SPEAR13XX) += pcie-spear13xx.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) obj-$(CONFIG_PCI_KEYSTONE) += pci-keystone.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) obj-$(CONFIG_PCI_LAYERSCAPE) += pci-layerscape.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) obj-$(CONFIG_PCI_LAYERSCAPE_EP) += pci-layerscape-ep.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) obj-$(CONFIG_PCIE_QCOM) += pcie-qcom.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) obj-$(CONFIG_PCIE_ARMADA_8K) += pcie-armada8k.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) obj-$(CONFIG_PCIE_ARTPEC6) += pcie-artpec6.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) obj-$(CONFIG_PCIE_INTEL_GW) += pcie-intel-gw.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) obj-$(CONFIG_PCIE_KIRIN) += pcie-kirin.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) obj-$(CONFIG_PCIE_HISI_STB) += pcie-histb.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) obj-$(CONFIG_PCI_MESON) += pci-meson.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) obj-$(CONFIG_PCIE_TEGRA194) += pcie-tegra194.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) obj-$(CONFIG_PCIE_UNIPHIER) += pcie-uniphier.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) obj-$(CONFIG_PCIE_UNIPHIER_EP) += pcie-uniphier-ep.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) obj-$(CONFIG_PCIE_DW_ROCKCHIP) += pcie-dw-rockchip.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) obj-$(CONFIG_PCIE_DW_DMATEST) += pcie-dw-dmatest.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) # The following drivers are for devices that use the generic ACPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) # pci_root.c driver but don't support standard ECAM config access.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) # They contain MCFG quirks to replace the generic ECAM accessors with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) # device-specific ones that are shared with the DT driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) # The ACPI driver is generic and should not require driver-specific
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) # config options to be enabled, so we always build these drivers on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) # ARM64 and use internal ifdefs to only build the pieces we need
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) # depending on whether ACPI, the DT driver, or both are enabled.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) ifdef CONFIG_PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) obj-$(CONFIG_ARM64) += pcie-al.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) obj-$(CONFIG_ARM64) += pcie-dw-rockchip-acpi.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) obj-$(CONFIG_ARM64) += pcie-hisi.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) endif