From f62092f6d77dfd9214ae753a24b76ba4ecd801d7 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Wed, 4 Feb 2015 16:32:18 +0800 Subject: mailbox: Add Altera mailbox driver The Altera mailbox allows for interprocessor communication. It supports only one channel and work as either sender or receiver. Signed-off-by: Ley Foon Tan --- drivers/mailbox/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/mailbox/Makefile') diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile index dd412c22208b..2e79231154cf 100644 --- a/drivers/mailbox/Makefile +++ b/drivers/mailbox/Makefile @@ -7,3 +7,5 @@ obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o obj-$(CONFIG_OMAP2PLUS_MBOX) += omap-mailbox.o obj-$(CONFIG_PCC) += pcc.o + +obj-$(CONFIG_ALTERA_MBOX) += mailbox-altera.o -- cgit