Browse Source

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>
Pavel Machek 9 years ago
parent
commit
a73d9468c8
1 changed files with 5 additions and 2 deletions
  1. 5 2
      drivers/remoteproc/Kconfig

+ 5 - 2
drivers/remoteproc/Kconfig

@@ -7,6 +7,9 @@ config REMOTEPROC
 	select FW_LOADER
 	select FW_LOADER
 	select VIRTIO
 	select VIRTIO
 	select VIRTUALIZATION
 	select VIRTUALIZATION
+	help
+	  Support for remote processors (such as DSP coprocessors). These
+	  are mainly used on embedded systems.
 
 
 if REMOTEPROC
 if REMOTEPROC
 
 
@@ -25,11 +28,11 @@ config OMAP_REMOTEPROC
 
 
 	  Currently only supported on OMAP4.
 	  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
 	  use-cases to run on your platform (multimedia codecs are
 	  offloaded to remote DSP processors using this framework).
 	  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.
 	  offloading or just want a bare minimum kernel.
 
 
 config WKUP_M3_RPROC
 config WKUP_M3_RPROC