]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/bus/Makefile
Merge tag 'drm-misc-fixes-2016-12-22' of git://anongit.freedesktop.org/git/drm-misc...
[mirror_ubuntu-zesty-kernel.git] / drivers / bus / Makefile
CommitLineData
26a84b3e
KVA
1#
2# Makefile for the bus drivers.
3#
4
6320c411
GU
5# Interconnect bus drivers for ARM platforms
6obj-$(CONFIG_ARM_CCI) += arm-cci.o
7obj-$(CONFIG_ARM_CCN) += arm-ccn.o
8
44127b77 9obj-$(CONFIG_BRCMSTB_GISB_ARB) += brcmstb_gisb.o
6320c411 10obj-$(CONFIG_IMX_WEIM) += imx-weim.o
7d2b6ef1 11obj-$(CONFIG_MIPS_CDMM) += mips_cdmm.o
6320c411 12obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o
0ee7261c
SS
13
14# Interconnect bus driver for OMAP SoCs.
15obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o
a33b0daa 16
6320c411 17obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o
335a1275 18obj-$(CONFIG_QCOM_EBI2) += qcom-ebi2.o
d787dcdb 19obj-$(CONFIG_SUNXI_RSB) += sunxi-rsb.o
89d463ea 20obj-$(CONFIG_SIMPLE_PM_BUS) += simple-pm-bus.o
46a88534 21obj-$(CONFIG_TEGRA_ACONNECT) += tegra-aconnect.o
40eb4776 22obj-$(CONFIG_TEGRA_GMI) += tegra-gmi.o
4b7f48d3 23obj-$(CONFIG_UNIPHIER_SYSTEM_BUS) += uniphier-system-bus.o
3b9334ac 24obj-$(CONFIG_VEXPRESS_CONFIG) += vexpress-config.o
8e7223fc
BG
25
26obj-$(CONFIG_DA8XX_MSTPRI) += da8xx-mstpri.o