aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bus/Makefile
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2016-11-18 18:32:57 -0800
committerOlof Johansson <olof@lixom.net>2016-11-18 18:32:57 -0800
commit84f1f0c199fdbdf11eddb8da07d8cd9dcfdaeeb4 (patch)
treea6f68666bb5ed98b8a9d6814d13a33d09cf26255 /drivers/bus/Makefile
parentMerge tag 'tegra-for-4.10-reset' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers (diff)
parentbus: Add support for Tegra Generic Memory Interface (diff)
downloadwireguard-linux-84f1f0c199fdbdf11eddb8da07d8cd9dcfdaeeb4.tar.xz
wireguard-linux-84f1f0c199fdbdf11eddb8da07d8cd9dcfdaeeb4.zip
Merge tag 'tegra-for-4.10-bus' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers
bus: Add Tegra GMI support This provides a driver to enable the use of the Generic Memory Interface found on Tegra SoCs that can host various types of high-speed devices. * tag 'tegra-for-4.10-bus' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: bus: Add support for Tegra Generic Memory Interface dt/bindings: Add bindings for Tegra GMI controller Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/bus/Makefile')
-rw-r--r--drivers/bus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile
index 2adb5401ff0a..cc6364bec054 100644
--- a/drivers/bus/Makefile
+++ b/drivers/bus/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_QCOM_EBI2) += qcom-ebi2.o
obj-$(CONFIG_SUNXI_RSB) += sunxi-rsb.o
obj-$(CONFIG_SIMPLE_PM_BUS) += simple-pm-bus.o
obj-$(CONFIG_TEGRA_ACONNECT) += tegra-aconnect.o
+obj-$(CONFIG_TEGRA_GMI) += tegra-gmi.o
obj-$(CONFIG_UNIPHIER_SYSTEM_BUS) += uniphier-system-bus.o
obj-$(CONFIG_VEXPRESS_CONFIG) += vexpress-config.o