All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rpmsg: Make rpmsg sample selectable
@ 2016-05-06 18:06 Bjorn Andersson
  2016-05-06 19:25   ` Suman Anna
  0 siblings, 1 reply; 7+ messages in thread
From: Bjorn Andersson @ 2016-05-06 18:06 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Suman Anna, Ohad Ben-Cohen, linux-remoteproc, linux-kernel

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-11 19:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 18:06 [PATCH] rpmsg: Make rpmsg sample selectable Bjorn Andersson
2016-05-06 19:25 ` Suman Anna
2016-05-06 19:25   ` Suman Anna
2016-05-06 22:15   ` Bjorn Andersson
2016-05-11 15:39     ` Suman Anna
2016-05-11 15:39       ` Suman Anna
2016-05-11 19:45       ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.