aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r--drivers/remoteproc/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 5ad65710c4ff..c3675ae3cc9e 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -39,4 +39,27 @@ config STE_MODEM_RPROC
39 This can be either built-in or a loadable module. 39 This can be either built-in or a loadable module.
40 If unsure say N. 40 If unsure say N.
41 41
42config DA8XX_REMOTEPROC
43 tristate "DA8xx/OMAP-L13x remoteproc support"
44 depends on ARCH_DAVINCI_DA8XX
45 select CMA
46 select REMOTEPROC
47 select RPMSG
48 help
49 Say y here to support DA8xx/OMAP-L13x remote processors via the
50 remote processor framework.
51
52 You want to say y here in order to enable AMP
53 use-cases to run on your platform (multimedia codecs are
54 offloaded to remote DSP processors using this framework).
55
56 This module controls the name of the firmware file that gets
57 loaded on the DSP. This file must reside in the /lib/firmware
58 directory. It can be specified via the module parameter
59 da8xx_fw_name=<filename>, and if not specified will default to
60 "rproc-dsp-fw".
61
62 It's safe to say n here if you're not interested in multimedia
63 offloading.
64
42endmenu 65endmenu