Jingoo Han | 340cba6 | 2013-06-21 16:24:54 +0900 | [diff] [blame] | 1 | obj-$(CONFIG_PCIE_DW) += pcie-designware.o |
Kishon Vijay Abraham I | 47ff3de | 2014-07-22 15:23:45 -0600 | [diff] [blame] | 2 | obj-$(CONFIG_PCI_DRA7XX) += pci-dra7xx.o |
Jingoo Han | 4b1ced8 | 2013-07-31 17:14:10 +0900 | [diff] [blame] | 3 | obj-$(CONFIG_PCI_EXYNOS) += pci-exynos.o |
Sean Cross | bb38919 | 2013-09-26 11:24:47 +0800 | [diff] [blame] | 4 | obj-$(CONFIG_PCI_IMX6) += pci-imx6.o |
Jingoo Han | 4b1ced8 | 2013-07-31 17:14:10 +0900 | [diff] [blame] | 5 | obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o |
Thierry Reding | d1523b5 | 2013-08-09 16:49:19 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o |
Valentine Barshak | ba3eb9f | 2013-10-29 20:12:51 +0400 | [diff] [blame] | 7 | obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o |
Phil Edworthy | c25da47 | 2014-05-12 11:57:48 +0100 | [diff] [blame] | 8 | obj-$(CONFIG_PCI_RCAR_GEN2_PCIE) += pcie-rcar.o |
Will Deacon | ce29299 | 2013-11-22 16:14:41 +0000 | [diff] [blame] | 9 | obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o |
Pratyush Anand | 51b66a6 | 2014-02-11 11:39:26 +0530 | [diff] [blame] | 10 | obj-$(CONFIG_PCIE_SPEAR13XX) += pcie-spear13xx.o |
Murali Karicheri | 0c4ffcf | 2014-09-02 17:26:19 -0600 | [diff] [blame] | 11 | obj-$(CONFIG_PCI_KEYSTONE) += pci-keystone-dw.o pci-keystone.o |
Srikanth Thokala | 8961def | 2014-08-20 21:56:02 +0530 | [diff] [blame] | 12 | obj-$(CONFIG_PCIE_XILINX) += pcie-xilinx.o |
Tanmay Inamdar | 5f6b6cc | 2014-10-01 13:01:35 -0600 | [diff] [blame] | 13 | obj-$(CONFIG_PCI_XGENE) += pci-xgene.o |
Minghuan Lian | 62d0ff83 | 2014-11-05 16:45:11 +0800 | [diff] [blame] | 14 | obj-$(CONFIG_PCI_LAYERSCAPE) += pci-layerscape.o |
Rob Herring | b7e7817 | 2015-01-28 10:16:18 -0600 | [diff] [blame] | 15 | obj-$(CONFIG_PCI_VERSATILE) += pci-versatile.o |
Ray Jui | 1fb37a8 | 2015-04-08 11:21:35 -0700 | [diff] [blame^] | 16 | obj-$(CONFIG_PCIE_IPROC) += pcie-iproc.o |
| 17 | obj-$(CONFIG_PCIE_IPROC_PLATFORM) += pcie-iproc-platform.o |