aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/Kconfig
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2017-08-24 12:51:26 +0530
committerBjorn Andersson <bjorn.andersson@linaro.org>2017-08-29 14:29:33 -0700
commit835764ddd9af0d943a2ac7fb4597800e8b0871d2 (patch)
tree376257b2fcbab35ac1b569e744bfa23eb89d6cc5 /drivers/rpmsg/Kconfig
parentrpmsg: glink: Split rpm_probe to reuse the common code (diff)
downloadlinux-dev-835764ddd9af0d943a2ac7fb4597800e8b0871d2.tar.xz
linux-dev-835764ddd9af0d943a2ac7fb4597800e8b0871d2.zip
rpmsg: glink: Move the common glink protocol implementation to glink_native.c
Move the common part of glink core protocol implementation to glink_native.c that can be shared with the smem based glink transport in the later patches. 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/Kconfig')
-rw-r--r--drivers/rpmsg/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index 1323a245763b..4218570279e0 100644
--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -13,9 +13,13 @@ config RPMSG_CHAR
in /dev. They make it possible for user-space programs to send and
receive rpmsg packets.
+config RPMSG_QCOM_GLINK_NATIVE
+ tristate
+ select RPMSG
+
config RPMSG_QCOM_GLINK_RPM
tristate "Qualcomm RPM Glink driver"
- select RPMSG
+ select RPMSG_QCOM_GLINK_NATIVE
depends on HAS_IOMEM
depends on MAILBOX
help