diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-09-02 00:28:09 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-09-09 07:15:26 +0200 |
commit | 53e2822e56c7bc67e5dc19acb1e5fbb8ebff8614 (patch) | |
tree | a4efd40cf47668eed047c1e8cfef7d8da0f03ef2 /drivers/rpmsg/Makefile | |
parent | rpmsg: Allow callback to return errors (diff) | |
download | linux-53e2822e56c7bc67e5dc19acb1e5fbb8ebff8614.tar.xz linux-53e2822e56c7bc67e5dc19acb1e5fbb8ebff8614.zip |
rpmsg: Introduce Qualcomm SMD backend
This introduces a new rpmsg backend for the Qualcomm SMD system,
allowing communication with various remote processors found in Qualcomm
platforms. The implementation is based on, and intends to replace,
drivers/soc/qcom/smd.c with the necessary adaptions for fitting with the
rpmsg core.
Based on original work by Sricharan R <sricharan@codeaurora.org>
Cc: 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rpmsg/Makefile b/drivers/rpmsg/Makefile index c48ea55ad380..ae9c9132cf76 100644 --- a/drivers/rpmsg/Makefile +++ b/drivers/rpmsg/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_RPMSG) += rpmsg_core.o +obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o |