diff options
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/Kconfig | 3 | ||||
-rw-r--r-- | drivers/remoteproc/remoteproc_core.c | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 00fb72faf778..25fc4ccbc2ea 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -1,8 +1,9 @@ | |||
1 | menu "Remoteproc drivers" | 1 | menu "Remoteproc drivers (EXPERIMENTAL)" |
2 | 2 | ||
3 | # REMOTEPROC gets selected by whoever wants it | 3 | # REMOTEPROC gets selected by whoever wants it |
4 | config REMOTEPROC | 4 | config REMOTEPROC |
5 | tristate | 5 | tristate |
6 | depends on EXPERIMENTAL | ||
6 | 7 | ||
7 | config OMAP_REMOTEPROC | 8 | config OMAP_REMOTEPROC |
8 | tristate "OMAP remoteproc support" | 9 | tristate "OMAP remoteproc support" |
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index f2354cee42bf..6212b82885d0 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c | |||
@@ -1275,6 +1275,9 @@ int rproc_register(struct rproc *rproc) | |||
1275 | 1275 | ||
1276 | dev_info(rproc->dev, "%s is available\n", rproc->name); | 1276 | dev_info(rproc->dev, "%s is available\n", rproc->name); |
1277 | 1277 | ||
1278 | dev_info(dev, "Note: remoteproc is still under development and considered experimental.\n"); | ||
1279 | dev_info(dev, "THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.\n"); | ||
1280 | |||
1278 | /* create debugfs entries */ | 1281 | /* create debugfs entries */ |
1279 | rproc_create_debug_dir(rproc); | 1282 | rproc_create_debug_dir(rproc); |
1280 | 1283 | ||