diff options
author | Wendy Liang <wendy.liang@xilinx.com> | 2019-02-22 03:36:33 +0300 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2019-03-07 05:34:20 +0300 |
commit | 4981b82ba2ff87df6a711fcd7a233c615df5fc79 (patch) | |
tree | 2c68d1664faa2e0dcf8364c0977066cc1230874b /drivers/mailbox/Makefile | |
parent | 419d67f3ec0aa5e13a51eebab4dbcd71737c7dbc (diff) | |
download | linux-4981b82ba2ff87df6a711fcd7a233c615df5fc79.tar.xz |
mailbox: ZynqMP IPI mailbox controller
This patch is to introduce ZynqMP IPI mailbox controller driver
to use the ZynqMP IPI block as mailboxes.
Signed-off-by: Wendy Liang <wendy.liang@xilinx.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/Makefile')
-rw-r--r-- | drivers/mailbox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile index c818b5d011ae..8be3bcbcf882 100644 --- a/drivers/mailbox/Makefile +++ b/drivers/mailbox/Makefile @@ -44,3 +44,5 @@ obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o obj-$(CONFIG_STM32_IPCC) += stm32-ipcc.o obj-$(CONFIG_MTK_CMDQ_MBOX) += mtk-cmdq-mailbox.o + +obj-$(CONFIG_ZYNQMP_IPI_MBOX) += zynqmp-ipi-mailbox.o |