2016-02-17 05:56:23 +08:00
|
|
|
obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o
|
2013-07-31 16:14:10 +08:00
|
|
|
obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o
|
2016-06-30 17:32:31 +08:00
|
|
|
obj-$(CONFIG_PCI_AARDVARK) += pci-aardvark.o
|
2013-08-09 22:49:19 +08:00
|
|
|
obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o
|
2013-10-30 00:12:51 +08:00
|
|
|
obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o
|
2016-04-21 11:51:55 +08:00
|
|
|
obj-$(CONFIG_PCIE_RCAR) += pcie-rcar.o
|
2016-03-12 05:35:55 +08:00
|
|
|
obj-$(CONFIG_PCI_HOST_COMMON) += pci-host-common.o
|
2013-11-23 00:14:41 +08:00
|
|
|
obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o
|
2014-08-21 00:26:02 +08:00
|
|
|
obj-$(CONFIG_PCIE_XILINX) += pcie-xilinx.o
|
2016-03-07 00:32:14 +08:00
|
|
|
obj-$(CONFIG_PCIE_XILINX_NWL) += pcie-xilinx-nwl.o
|
2015-06-06 04:56:34 +08:00
|
|
|
obj-$(CONFIG_PCI_XGENE_MSI) += pci-xgene-msi.o
|
2015-01-29 00:16:18 +08:00
|
|
|
obj-$(CONFIG_PCI_VERSATILE) += pci-versatile.o
|
2015-04-09 02:21:35 +08:00
|
|
|
obj-$(CONFIG_PCIE_IPROC) += pcie-iproc.o
|
2016-01-07 08:04:35 +08:00
|
|
|
obj-$(CONFIG_PCIE_IPROC_MSI) += pcie-iproc-msi.o
|
2015-04-09 02:21:35 +08:00
|
|
|
obj-$(CONFIG_PCIE_IPROC_PLATFORM) += pcie-iproc-platform.o
|
2015-05-13 05:23:01 +08: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-04 00:41:09 +08:00
|
|
|
obj-$(CONFIG_PCIE_ROCKCHIP) += pcie-rockchip.o
|
2016-10-05 01:26:37 +08:00
|
|
|
obj-$(CONFIG_VMD) += vmd.o
|
2016-12-07 04:27:59 +08: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.
|
|
|
|
|
|
|
|
obj-$(CONFIG_ARM64) += pci-thunder-ecam.o
|
|
|
|
obj-$(CONFIG_ARM64) += pci-thunder-pem.o
|
|
|
|
obj-$(CONFIG_ARM64) += pci-xgene.o
|