Hello.
On 09-03-2013 2:41, Robert Tivy wrote:
Also fix REMOTEPROC config to select FW_LOADER (instead of FW_CONFIG).
Signed-off-by: Robert Tivy <redacted>
---
drivers/remoteproc/Kconfig | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
quoted hunk
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 96ce101..21d04f1 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
[...]
quoted hunk
@@ -41,4 +41,28 @@ config STE_MODEM_RPROC
This can be either built-in or a loadable module.
If unsure say N.
+config DA8XX_REMOTEPROC
+ tristate "DA830/OMAPL137 & DA850/OMAPL138 remoteproc support (EXPERIMENTAL)"
+ depends on ARCH_DAVINCI_DA8XX
+ select REMOTEPROC
+ select RPMSG
+ select CMA
+ default n
+ help
+ Say y here to support DA830/OMAPL137 & DA850/OMAPL138 remote
Naming nit: they're OMAP-L13x. Here and above.
WBR, Sergei