summaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2017-06-26 12:02:28 -0400
committerBjorn Andersson <bjorn.andersson@linaro.org>2018-02-12 19:57:22 -0500
commit842891be96bd2b90f0e7d44192d45f61bab17926 (patch)
tree45a60f1bedc74bd89671099592830c0fae20030f /samples/Kconfig
parent1fb82ee806d170b92315f424eac9b5b34b9ead64 (diff)
samples: Introduce Qualcomm QMI sample client
Introduce a sample driver that register for server notifications and spawn clients for each available test service (service 15). The spawned clients implements the interface for encoding "ping" and "data" requests and decode the responses from the remote. Acked-By: Chris Lew <clew@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index c332a3b9de05..4cb8af2f810f 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -62,6 +62,15 @@ config SAMPLE_KDB
62 Build an example of how to dynamically add the hello 62 Build an example of how to dynamically add the hello
63 command to the kdb shell. 63 command to the kdb shell.
64 64
65config SAMPLE_QMI_CLIENT
66 tristate "Build qmi client sample -- loadable modules only"
67 depends on m
68 depends on ARCH_QCOM
69 select QCOM_QMI_HELPERS
70 help
71 Build an QMI client sample driver, which demonstrates how to
72 communicate with a remote QRTR service, using QMI encoded messages.
73
65config SAMPLE_RPMSG_CLIENT 74config SAMPLE_RPMSG_CLIENT
66 tristate "Build rpmsg client sample -- loadable modules only" 75 tristate "Build rpmsg client sample -- loadable modules only"
67 depends on RPMSG && m 76 depends on RPMSG && m