mm: memcontrol: use per-cpu stocks for socket memory uncharging
[linux/fpc-iii.git] / drivers / pci / host / Makefile
blob12382785e02a652637b64599e1b51c6a7b78206d
1 obj-$(CONFIG_PCI_FTPCI100) += pci-ftpci100.o
2 obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o
3 obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o
4 obj-$(CONFIG_PCI_AARDVARK) += pci-aardvark.o
5 obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o
6 obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o
7 obj-$(CONFIG_PCIE_RCAR) += pcie-rcar.o
8 obj-$(CONFIG_PCI_HOST_COMMON) += pci-host-common.o
9 obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o
10 obj-$(CONFIG_PCIE_XILINX) += pcie-xilinx.o
11 obj-$(CONFIG_PCIE_XILINX_NWL) += pcie-xilinx-nwl.o
12 obj-$(CONFIG_PCI_XGENE_MSI) += pci-xgene-msi.o
13 obj-$(CONFIG_PCI_VERSATILE) += pci-versatile.o
14 obj-$(CONFIG_PCIE_IPROC) += pcie-iproc.o
15 obj-$(CONFIG_PCIE_IPROC_MSI) += pcie-iproc-msi.o
16 obj-$(CONFIG_PCIE_IPROC_PLATFORM) += pcie-iproc-platform.o
17 obj-$(CONFIG_PCIE_IPROC_BCMA) += pcie-iproc-bcma.o
18 obj-$(CONFIG_PCIE_ALTERA) += pcie-altera.o
19 obj-$(CONFIG_PCIE_ALTERA_MSI) += pcie-altera-msi.o
20 obj-$(CONFIG_PCIE_ROCKCHIP) += pcie-rockchip.o
21 obj-$(CONFIG_PCIE_MEDIATEK) += pcie-mediatek.o
22 obj-$(CONFIG_PCIE_TANGO_SMP8759) += pcie-tango.o
23 obj-$(CONFIG_VMD) += vmd.o
25 # The following drivers are for devices that use the generic ACPI
26 # pci_root.c driver but don't support standard ECAM config access.
27 # They contain MCFG quirks to replace the generic ECAM accessors with
28 # device-specific ones that are shared with the DT driver.
30 # The ACPI driver is generic and should not require driver-specific
31 # config options to be enabled, so we always build these drivers on
32 # ARM64 and use internal ifdefs to only build the pieces we need
33 # depending on whether ACPI, the DT driver, or both are enabled.
35 obj-$(CONFIG_ARM64) += pci-thunder-ecam.o
36 obj-$(CONFIG_ARM64) += pci-thunder-pem.o
37 obj-$(CONFIG_ARM64) += pci-xgene.o