diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2021-06-24 17:00:55 +0200 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2021-06-26 19:06:48 +0200 |
commit | 83d7b1560810e038e1d07ca6bff41edaeae29725 (patch) | |
tree | 8da3ff51a723ba80d640986e96ecbd8e55153266 /drivers/mailbox/Makefile | |
parent | dt-bindings: add bindings for polarfire soc mailbox (diff) | |
download | linux-83d7b1560810e038e1d07ca6bff41edaeae29725.tar.xz linux-83d7b1560810e038e1d07ca6bff41edaeae29725.zip |
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/Makefile | 2 |
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 |