diff options
author | Pavel Machek <pavel@ucw.cz> | 2016-12-19 04:22:50 -0500 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-01-18 13:46:50 -0500 |
commit | a73d9468c802359c44ca9ba0d7b171f4a1548e44 (patch) | |
tree | 584d53d0a6a989589d38553edcc619f4c9993b77 | |
parent | 49def1853334396f948dcb4cedb9347abb318df5 (diff) |
remoteproc: add some kind of help
Top level config option without any kind of help... is kind of
strange. Remote processors could also mean some kind of distributed
computing...
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r-- | drivers/remoteproc/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 8f9cf0bc571c..a5e888043f1f 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
@@ -7,6 +7,9 @@ config REMOTEPROC | |||
7 | select FW_LOADER | 7 | select FW_LOADER |
8 | select VIRTIO | 8 | select VIRTIO |
9 | select VIRTUALIZATION | 9 | select VIRTUALIZATION |
10 | help | ||
11 | Support for remote processors (such as DSP coprocessors). These | ||
12 | are mainly used on embedded systems. | ||
10 | 13 | ||
11 | if REMOTEPROC | 14 | if REMOTEPROC |
12 | 15 | ||
@@ -25,11 +28,11 @@ config OMAP_REMOTEPROC | |||
25 | 28 | ||
26 | Currently only supported on OMAP4. | 29 | Currently only supported on OMAP4. |
27 | 30 | ||
28 | Usually you want to say y here, in order to enable multimedia | 31 | Usually you want to say Y here, in order to enable multimedia |
29 | use-cases to run on your platform (multimedia codecs are | 32 | use-cases to run on your platform (multimedia codecs are |
30 | offloaded to remote DSP processors using this framework). | 33 | offloaded to remote DSP processors using this framework). |
31 | 34 | ||
32 | It's safe to say n here if you're not interested in multimedia | 35 | It's safe to say N here if you're not interested in multimedia |
33 | offloading or just want a bare minimum kernel. | 36 | offloading or just want a bare minimum kernel. |
34 | 37 | ||
35 | config WKUP_M3_RPROC | 38 | config WKUP_M3_RPROC |