summaryrefslogtreecommitdiff
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorDuc Dang <dhdang@apm.com>2016-02-12 19:39:26 -0800
committerJassi Brar <jaswinder.singh@linaro.org>2016-02-15 13:20:03 +0530
commitf700e84f417b98f867c5db0555e6f01724d53cd2 (patch)
tree56ec792a5c28e59c33ade57cb6354e046def9d03 /drivers/mailbox/Makefile
parent1926e54f115725a9248d0c4c65c22acaf94de4c4 (diff)
mailbox: Add support for APM X-Gene platform mailbox driver
X-Gene mailbox controller provides 8 mailbox channels, with each channel has a dedicated interrupt line. Signed-off-by: Feng Kan <fkan@apm.com> Signed-off-by: Duc Dang <dhdang@apm.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
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 92435ef11f26..b602ef85ba48 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -17,3 +17,5 @@ obj-$(CONFIG_ALTERA_MBOX) += mailbox-altera.o
obj-$(CONFIG_BCM2835_MBOX) += bcm2835-mailbox.o
obj-$(CONFIG_STI_MBOX) += mailbox-sti.o
+
+obj-$(CONFIG_XGENE_SLIMPRO_MBOX) += mailbox-xgene-slimpro.o