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