summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorRob Rice2016-06-30 21:59:23 +0200
committerJassi Brar2016-07-28 06:04:47 +0200
commita24532f8d17b7211dfb0259920edfcffc8306606 (patch)
tree9c1efa9b105ddcd10a733a250bf023bc1a18b7a6 /drivers/mailbox/Makefile
parentdt-bindings: add bindings documentation for PDC driver. (diff)
downloadkernel-qcow2-linux-a24532f8d17b7211dfb0259920edfcffc8306606.tar.gz
kernel-qcow2-linux-a24532f8d17b7211dfb0259920edfcffc8306606.tar.xz
kernel-qcow2-linux-a24532f8d17b7211dfb0259920edfcffc8306606.zip
mailbox: Add Broadcom PDC mailbox driver
The Broadcom PDC mailbox driver is a mailbox controller that manages data transfers to and from one or more offload engines. Signed-off-by: Rob Rice <rob.rice@broadcom.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Ray Jui <ray.jui@broadcom.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 0be3e742bb7d..66c38e300dfc 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -25,3 +25,5 @@ obj-$(CONFIG_TI_MESSAGE_MANAGER) += ti-msgmgr.o
obj-$(CONFIG_XGENE_SLIMPRO_MBOX) += mailbox-xgene-slimpro.o
obj-$(CONFIG_HI6220_MBOX) += hi6220-mailbox.o
+
+obj-$(CONFIG_BCM_PDC_MBOX) += bcm-pdc-mailbox.o