summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorDuc Dang2016-02-13 04:39:26 +0100
committerJassi Brar2016-02-15 08:50:03 +0100
commitf700e84f417b98f867c5db0555e6f01724d53cd2 (patch)
tree56ec792a5c28e59c33ade57cb6354e046def9d03 /drivers/mailbox/Makefile
parentMAINTAINERS: Update mailing list for Renesas ARM64 SoC Development (diff)
downloadkernel-qcow2-linux-f700e84f417b98f867c5db0555e6f01724d53cd2.tar.gz
kernel-qcow2-linux-f700e84f417b98f867c5db0555e6f01724d53cd2.tar.xz
kernel-qcow2-linux-f700e84f417b98f867c5db0555e6f01724d53cd2.zip
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