[PATCH 2/2] rpmsg: depend on EXPERIMENTAL

Ohad Ben-Cohen ohad at wizery.com
Wed Dec 21 06:21:13 EST 2011


There isn't any binary change in sight or evidence of any stability
issue, but as we just begin to get traction we can't rule them out
completely.

To be on the safe side, let's mark rpmsg as EXPERIMENTAL, and remove
it later on after we have several happy users.

Signed-off-by: Ohad Ben-Cohen <ohad at wizery.com>
Cc: Stephen Boyd <sboyd at codeaurora.org>
Cc: Rob Clark <rob at ti.com>
Cc: Mark Grosen <mgrosen at ti.com>
Cc: Ludovic BARRE <ludovic.barre at stericsson.com>
---
 drivers/rpmsg/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index 98aca55..32aead6 100644
--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -1,9 +1,10 @@
-menu "Rpmsg drivers"
+menu "Rpmsg drivers (EXPERIMENTAL)"
 
 # RPMSG always gets selected by whoever wants it
 config RPMSG
 	tristate
 	select VIRTIO
 	select VIRTIO_RING
+	depends on EXPERIMENTAL
 
 endmenu
-- 
1.7.5.4




More information about the linux-arm-kernel mailing list