diff --git a/[refs] b/[refs] index 69efff7f13d5..ed506f1dc1a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8289edae45496477803786c90994d5e072ca66a +refs/heads/master: 489d129a2f7abd04054fad44e589989f3fa7fd7c diff --git a/trunk/drivers/remoteproc/Kconfig b/trunk/drivers/remoteproc/Kconfig index 00fb72faf778..25fc4ccbc2ea 100644 --- a/trunk/drivers/remoteproc/Kconfig +++ b/trunk/drivers/remoteproc/Kconfig @@ -1,8 +1,9 @@ -menu "Remoteproc drivers" +menu "Remoteproc drivers (EXPERIMENTAL)" # REMOTEPROC gets selected by whoever wants it config REMOTEPROC tristate + depends on EXPERIMENTAL config OMAP_REMOTEPROC tristate "OMAP remoteproc support" diff --git a/trunk/drivers/remoteproc/remoteproc_core.c b/trunk/drivers/remoteproc/remoteproc_core.c index f2354cee42bf..6212b82885d0 100644 --- a/trunk/drivers/remoteproc/remoteproc_core.c +++ b/trunk/drivers/remoteproc/remoteproc_core.c @@ -1275,6 +1275,9 @@ int rproc_register(struct rproc *rproc) dev_info(rproc->dev, "%s is available\n", rproc->name); + dev_info(dev, "Note: remoteproc is still under development and considered experimental.\n"); + dev_info(dev, "THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.\n"); + /* create debugfs entries */ rproc_create_debug_dir(rproc);