summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/Makefile
diff options
context:
space:
mode:
authorBjorn Andersson2017-08-24 09:21:30 +0200
committerBjorn Andersson2017-08-30 05:33:57 +0200
commitcaf989c350e8e0b9584744b9005fc2c45ca30883 (patch)
tree0ca09b9607908d61367eb9526f0333a727e5f44a /drivers/rpmsg/Makefile
parentrpmsg: glink: Do a mbox_free_channel in remove (diff)
downloadkernel-qcow2-linux-caf989c350e8e0b9584744b9005fc2c45ca30883.tar.gz
kernel-qcow2-linux-caf989c350e8e0b9584744b9005fc2c45ca30883.tar.xz
kernel-qcow2-linux-caf989c350e8e0b9584744b9005fc2c45ca30883.zip
rpmsg: glink: Introduce glink smem based transport
The glink protocol supports different types of transports (shared memory). With the core protocol remaining the same, the way the transport's memory is probed and accessed is different. So add support for glink's smem based transports. Adding a new smem transport register function and the fifo accessors for the same. Acked-by: Arun Kumar Neelakantam <aneela@codeaurora.org> Signed-off-by: Sricharan R <sricharan@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/rpmsg/Makefile')
-rw-r--r--drivers/rpmsg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rpmsg/Makefile b/drivers/rpmsg/Makefile
index 09a756c33e71..c71f4ab1ae17 100644
--- a/drivers/rpmsg/Makefile
+++ b/drivers/rpmsg/Makefile
@@ -2,5 +2,6 @@ obj-$(CONFIG_RPMSG) += rpmsg_core.o
obj-$(CONFIG_RPMSG_CHAR) += rpmsg_char.o
obj-$(CONFIG_RPMSG_QCOM_GLINK_RPM) += qcom_glink_rpm.o
obj-$(CONFIG_RPMSG_QCOM_GLINK_NATIVE) += qcom_glink_native.o
+obj-$(CONFIG_RPMSG_QCOM_GLINK_SMEM) += qcom_glink_smem.o
obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o
obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o