summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorNeil Armstrong2016-08-18 12:10:25 +0200
committerJassi Brar2016-09-07 09:37:17 +0200
commitad3a212c1db1650b1f6e438201494c7bb7111f54 (patch)
tree678873a40bae0e84c76c819df5a5c82cf0fa0707 /drivers/mailbox/Makefile
parentMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... (diff)
downloadkernel-qcow2-linux-ad3a212c1db1650b1f6e438201494c7bb7111f54.tar.gz
kernel-qcow2-linux-ad3a212c1db1650b1f6e438201494c7bb7111f54.tar.xz
kernel-qcow2-linux-ad3a212c1db1650b1f6e438201494c7bb7111f54.zip
mailbox: Add Platform Message-Handling-Unit variant driver
Add Message-Handling-Unit driver for platform variants as mailbox controller. Actually, only the Amlogic Meson GXBB SoC MHU is supported. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/Makefile')
-rw-r--r--drivers/mailbox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile
index 66c38e300dfc..ace6fed8fea9 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -6,6 +6,8 @@ obj-$(CONFIG_MAILBOX_TEST) += mailbox-test.o
obj-$(CONFIG_ARM_MHU) += arm_mhu.o
+obj-$(CONFIG_PLATFORM_MHU) += platform_mhu.o
+
obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o
obj-$(CONFIG_OMAP2PLUS_MBOX) += omap-mailbox.o