linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remoteproc/omap: fix randconfig unmet direct dependencies
@ 2012-07-01  9:44 Ohad Ben-Cohen
  0 siblings, 0 replies; only message in thread
From: Ohad Ben-Cohen @ 2012-07-01  9:44 UTC (permalink / raw)
  To: linux-arm-kernel

OMAP_REMOTEPROC selects REMOTEPROC, which depends on EXPERIMENTAL,
so let's have OMAP_REMOTEPROC depend on EXPERIMENTAL too, in order
to avoid the below randconfig warnings.

This will also (indirectly) take care of the RPMSG unmet dependencies
warnings.

warning: (OMAP_REMOTEPROC) selects REMOTEPROC which has unmet direct dependencies (EXPERIMENTAL)
warning: (OMAP_REMOTEPROC) selects RPMSG which has unmet direct dependencies (EXPERIMENTAL)
warning: (OMAP_REMOTEPROC) selects REMOTEPROC which has unmet direct dependencies (EXPERIMENTAL)
warning: (OMAP_REMOTEPROC) selects RPMSG which has unmet direct dependencies (EXPERIMENTAL)

Reported-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
---
 drivers/remoteproc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index ff6f55c..726804e 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -8,6 +8,7 @@ config REMOTEPROC
 
 config OMAP_REMOTEPROC
 	tristate "OMAP remoteproc support"
+	depends on EXPERIMENTAL
 	depends on ARCH_OMAP4
 	depends on OMAP_IOMMU
 	select REMOTEPROC
-- 
1.7.10.rc3.743.gaa3bb87

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-01  9:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01  9:44 [PATCH] remoteproc/omap: fix randconfig unmet direct dependencies Ohad Ben-Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).