Skip to content

Commit

Permalink
rpmsg: depend on EXPERIMENTAL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ohad Ben-Cohen committed Feb 22, 2012
1 parent 489d129 commit 4ba6029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/rpmsg/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4ba6029

Please sign in to comment.