summaryrefslogtreecommitdiff
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorJammy Huang <jammy_huang@aspeedtech.com>2025-07-22 09:31:17 +0800
committerJassi Brar <jassisinghbrar@gmail.com>2025-08-06 12:45:05 -0500
commitae524eb766460a9f7957bf2db0968c9cccb71d90 (patch)
treec8001d0abd0f899b833bd510f6f2eb4212612ab0 /drivers/mailbox/Makefile
parent7d33dd2d0e6825d4d2a61d06ae609dce17b56a3a (diff)
downloadlinux-next-ae524eb766460a9f7957bf2db0968c9cccb71d90.tar.gz
linux-next-ae524eb766460a9f7957bf2db0968c9cccb71d90.zip
mailbox: aspeed: add mailbox driver for AST27XX series SoC
Add mailbox controller driver for AST27XX SoCs, which provides independent tx/rx mailbox between different processors. There are 4 channels for each tx/rx mailbox and each channel has an 32-byte FIFO. Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com> Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au> 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 c0a4278aa129..98a68f838486 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -11,6 +11,8 @@ obj-$(CONFIG_ARM_MHU_V2) += arm_mhuv2.o
obj-$(CONFIG_ARM_MHU_V3) += arm_mhuv3.o
+obj-$(CONFIG_AST2700_MBOX) += ast2700-mailbox.o
+
obj-$(CONFIG_CV1800_MBOX) += cv1800-mailbox.o
obj-$(CONFIG_EXYNOS_MBOX) += exynos-mailbox.o