summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorCristian Marussi <cristian.marussi@arm.com>2024-04-18 12:52:10 +0200
committerJassi Brar <jassisinghbrar@gmail.com>2024-05-20 05:30:09 +0200
commitca1a8680b134b5e6cf7130224504b67b36e2a762 (patch)
tree2b7264a914ee3afaa969d67446b94083cd8674ea /drivers/mailbox/Makefile
parentdt-bindings: mailbox: arm,mhuv3: Add bindings (diff)
downloadlinux-ca1a8680b134b5e6cf7130224504b67b36e2a762.tar.xz
linux-ca1a8680b134b5e6cf7130224504b67b36e2a762.zip
mailbox: arm_mhuv3: Add driver
Add support for ARM MHUv3 mailbox controller. Support is limited to the MHUv3 Doorbell extension using only the PBX/MBX combined interrupts. Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
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 18793e6caa2f..5cf2f54debaf 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -9,6 +9,8 @@ obj-$(CONFIG_ARM_MHU) += arm_mhu.o arm_mhu_db.o
obj-$(CONFIG_ARM_MHU_V2) += arm_mhuv2.o
+obj-$(CONFIG_ARM_MHU_V3) += arm_mhuv3.o
+
obj-$(CONFIG_IMX_MBOX) += imx-mailbox.o
obj-$(CONFIG_ARMADA_37XX_RWTM_MBOX) += armada-37xx-rwtm-mailbox.o