diff options
author | Ley Foon Tan <lftan@altera.com> | 2015-02-04 16:32:18 +0800 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2015-02-06 10:58:27 +0530 |
commit | f62092f6d77dfd9214ae753a24b76ba4ecd801d7 (patch) | |
tree | bbd52e987eb8151254d2bddfb8fe2e907e0f4dce /drivers/mailbox/Makefile | |
parent | 01340df8d3cd4d8f1773d5f1f569b77bbfce31ad (diff) | |
download | talos-obmc-linux-f62092f6d77dfd9214ae753a24b76ba4ecd801d7.tar.gz talos-obmc-linux-f62092f6d77dfd9214ae753a24b76ba4ecd801d7.zip |
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 <lftan@altera.com>
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 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 |