diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-10-16 08:21:28 +0100 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2015-10-17 10:36:56 +0530 |
commit | 9ef4546cbd7eed2412ec6f1161c2b92362379150 (patch) | |
tree | 2c82803c48beb3030008453a7233ab81e1b5d472 /drivers/mailbox/Makefile | |
parent | b5f6737685d54c079db7bec891128de8d07d1c51 (diff) | |
download | op-kernel-dev-9ef4546cbd7eed2412ec6f1161c2b92362379150.zip op-kernel-dev-9ef4546cbd7eed2412ec6f1161c2b92362379150.tar.gz |
mailbox: Add support for ST's Mailbox IP
ST's platforms currently support a maximum of 5 Mailboxes, one for
each of the supported co-processors situated on the platform. Each
Mailbox is divided up into 4 instances which consist of 32 channels.
Messages are passed between the application and co-processors using
shared memory areas. It is the Client's responsibility to manage
these areas.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 8e6d822..7cb4766 100644 --- a/drivers/mailbox/Makefile +++ b/drivers/mailbox/Makefile @@ -13,3 +13,5 @@ obj-$(CONFIG_PCC) += pcc.o obj-$(CONFIG_ALTERA_MBOX) += mailbox-altera.o obj-$(CONFIG_BCM2835_MBOX) += bcm2835-mailbox.o + +obj-$(CONFIG_STI_MBOX) += mailbox-sti.o |