summaryrefslogtreecommitdiff
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2021-06-24 16:00:55 +0100
committerJassi Brar <jaswinder.singh@linaro.org>2021-06-26 12:06:48 -0500
commit83d7b1560810e038e1d07ca6bff41edaeae29725 (patch)
tree8da3ff51a723ba80d640986e96ecbd8e55153266 /drivers/mailbox/Makefile
parented9543d6f2c444457b1936026f67cb8d3bf70bc7 (diff)
mbox: add polarfire soc system controller mailbox
This driver adds support for the single mailbox channel of the MSS system controller on the Microchip PolarFire SoC. Signed-off-by: Conor Dooley <conor.dooley@microchip.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 7194fa92c787..c2089f04887e 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -41,6 +41,8 @@ obj-$(CONFIG_BCM_PDC_MBOX) += bcm-pdc-mailbox.o
obj-$(CONFIG_BCM_FLEXRM_MBOX) += bcm-flexrm-mailbox.o
+obj-$(CONFIG_POLARFIRE_SOC_MAILBOX) += mailbox-mpfs.o
+
obj-$(CONFIG_QCOM_APCS_IPC) += qcom-apcs-ipc-mailbox.o
obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o