aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2012-07-06 14:30:47 -0500
committerZiyann <jaraidaniel@gmail.com>2014-10-01 12:57:15 +0200
commitff419dc99ba2520abc26bf2dc904d124397da7b0 (patch)
treed4592737e51acb39b4c805bc7959e591e2a19cf4 /drivers/remoteproc
parente0871393670690a26f2fbe5e2e0cf6e29bc167f6 (diff)
downloadkernel_samsung_tuna-ff419dc99ba2520abc26bf2dc904d124397da7b0.tar.gz
kernel_samsung_tuna-ff419dc99ba2520abc26bf2dc904d124397da7b0.tar.bz2
kernel_samsung_tuna-ff419dc99ba2520abc26bf2dc904d124397da7b0.zip
remoteproc: config: enable dsp by default
The DSP processor is currently not enabled by default in the menuconfig. This is being turned on by default to make sure DSP is activated, and usable in the system. A DSP binary, tesla-dsp.bin is expected to be present in the firmware folder for a successful load of the DSP remote processor. Change-Id: Ibd305a5a22e98cd09e59e037e428c49a4242abd2 Signed-off-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 641e156888d..348bf432ae0 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -48,7 +48,7 @@ config OMAP_REMOTE_PROC_IPU
config OMAP_REMOTE_PROC_DSP
bool "OMAP remoteproc support for DSP"
depends on OMAP_REMOTE_PROC
- default n
+ default y
help
Say Y here if you want to enable OMAP's DSP remote processor.