rpmsg: depend on EXPERIMENTAL
authorOhad Ben-Cohen <ohad@wizery.com>
Wed, 21 Dec 2011 09:44:02 +0000 (11:44 +0200)
committerOhad Ben-Cohen <ohad@wizery.com>
Wed, 22 Feb 2012 16:28:43 +0000 (18:28 +0200)
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@wizery.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Rob Clark <rob@ti.com>
Cc: Mark Grosen <mgrosen@ti.com>
Cc: Ludovic BARRE <ludovic.barre@stericsson.com>
drivers/rpmsg/Kconfig

index 98aca55..32aead6 100644 (file)
@@ -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