diff options
author | Ohad Ben-Cohen <[email protected]> | 2011-12-21 11:44:02 +0200 |
---|---|---|
committer | Ohad Ben-Cohen <[email protected]> | 2012-02-22 18:28:43 +0200 |
commit | 4ba60295ff4793e64fca91ffec9cc37f032b2a94 (patch) | |
tree | 314fcd905167e487cc1ea3870e1071b28582f606 | |
parent | 489d129a2f7abd04054fad44e589989f3fa7fd7c (diff) |
rpmsg: depend on EXPERIMENTAL
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 <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Rob Clark <[email protected]>
Cc: Mark Grosen <[email protected]>
Cc: Ludovic BARRE <[email protected]>
-rw-r--r-- | drivers/rpmsg/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig index 98aca557b823..32aead65735a 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 |