diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-05-28 01:14:04 +0200 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2017-06-14 14:17:19 +0200 |
commit | 25bfee16d5a3158086273cc51110c7470144c842 (patch) | |
tree | 24602ac368208eb9ff410c8b852c4b60e8d2f23e /drivers/mailbox/Makefile | |
parent | dt-bindings: mailbox: Introduce Qualcomm APCS global binding (diff) | |
download | linux-25bfee16d5a3158086273cc51110c7470144c842.tar.xz linux-25bfee16d5a3158086273cc51110c7470144c842.zip |
mailbox: Introduce Qualcomm APCS IPC driver
This implements a driver that exposes the IPC bits found in the APCS
Global block in various Qualcomm platforms. The bits are used to signal
inter-processor communication signals from the application CPU to other
masters.
Signed-off-by: Bjorn Andersson <bjorn.andersson@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 e2bcb03cd35b..d54e41206e17 100644 --- a/drivers/mailbox/Makefile +++ b/drivers/mailbox/Makefile @@ -32,4 +32,6 @@ obj-$(CONFIG_BCM_PDC_MBOX) += bcm-pdc-mailbox.o obj-$(CONFIG_BCM_FLEXRM_MBOX) += bcm-flexrm-mailbox.o +obj-$(CONFIG_QCOM_APCS_IPC) += qcom-apcs-ipc-mailbox.o + obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o |