Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1396033
| From | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] rpmsg: Make rpmsg sample selectable |
| Date | 2016-05-06 20:10 +0200 |
| Message-ID | <rvSmo-1A4-63@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
rpmsg is not user selectable so the rpmsg sample should not depend on it, as this limits the possibility of compiling the sample client without any other clients. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- samples/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/Kconfig b/samples/Kconfig index d54f28c6dc5e..61a251e579ed 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -57,7 +57,8 @@ config SAMPLE_KDB config SAMPLE_RPMSG_CLIENT tristate "Build rpmsg client sample -- loadable modules only" - depends on RPMSG && m + select RPMSG + depends on m help Build an rpmsg client sample driver, which demonstrates how to communicate with an AMP-configured remote processor over -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] rpmsg: Make rpmsg sample selectable Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-05-06 20:10 +0200
Re: [PATCH] rpmsg: Make rpmsg sample selectable Suman Anna <s-anna@ti.com> - 2016-05-06 21:30 +0200
Re: [PATCH] rpmsg: Make rpmsg sample selectable Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-05-07 00:20 +0200
Re: [PATCH] rpmsg: Make rpmsg sample selectable Suman Anna <s-anna@ti.com> - 2016-05-11 17:40 +0200
Re: [PATCH] rpmsg: Make rpmsg sample selectable Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-05-11 21:50 +0200
csiph-web