diff options
author | Pavel Machek <pavel@ucw.cz> | 2016-12-19 10:22:50 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-01-18 10:46:50 -0800 |
commit | a73d9468c802359c44ca9ba0d7b171f4a1548e44 (patch) | |
tree | 584d53d0a6a989589d38553edcc619f4c9993b77 /drivers/remoteproc | |
parent | 49def1853334396f948dcb4cedb9347abb318df5 (diff) | |
download | linux-stable-a73d9468c802359c44ca9ba0d7b171f4a1548e44.tar.gz linux-stable-a73d9468c802359c44ca9ba0d7b171f4a1548e44.tar.bz2 linux-stable-a73d9468c802359c44ca9ba0d7b171f4a1548e44.zip |
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>
Diffstat (limited to 'drivers/remoteproc')
-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 select FW_LOADER select VIRTIO select VIRTUALIZATION + help + Support for remote processors (such as DSP coprocessors). These + are mainly used on embedded systems. if REMOTEPROC @@ -25,11 +28,11 @@ config OMAP_REMOTEPROC Currently only supported on OMAP4. - Usually you want to say y here, in order to enable multimedia + Usually you want to say Y here, in order to enable multimedia use-cases to run on your platform (multimedia codecs are offloaded to remote DSP processors using this framework). - It's safe to say n here if you're not interested in multimedia + It's safe to say N here if you're not interested in multimedia offloading or just want a bare minimum kernel. config WKUP_M3_RPROC |