aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorSjur Brændeland <sjur.brandeland@stericsson.com>2012-09-20 12:32:56 -0400
committerOhad Ben-Cohen <ohad@wizery.com>2012-09-22 09:35:13 -0400
commitec4d02d9180f407c41f8310a13b34e473c671fbb (patch)
tree2b8afeaa25f2948920cd3b50de83f55cefbd6614 /drivers/remoteproc/Kconfig
parent099a3f33c82b5153a4422eb92c648098b3f7c086 (diff)
remoteproc: Add STE modem driver
Add support for the STE modem shared memory driver. This driver hooks into the remoteproc framework in order to manage configuration and the virtio devices. This driver adds custom firmware handlers, because STE modem uses a custom firmware layout. Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> cc: Linus Walleij <linus.walleij@linaro.org> cc: Alan Cox <alan@lxorguk.ukuu.org.uk> [ohad: validate mdev->ops, move setup() to probe/remove, trivial style changes] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r--drivers/remoteproc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index b4d8de56b52e..a1024d9569ca 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -29,4 +29,15 @@ config OMAP_REMOTEPROC
29 It's safe to say n here if you're not interested in multimedia 29 It's safe to say n here if you're not interested in multimedia
30 offloading or just want a bare minimum kernel. 30 offloading or just want a bare minimum kernel.
31 31
32config STE_MODEM_RPROC
33 tristate "STE-Modem remoteproc support"
34 depends on EXPERIMENTAL
35 depends on HAS_DMA
36 select REMOTEPROC
37 default n
38 help
39 Say y or m here to support STE-Modem shared memory driver.
40 This can be either built-in or a loadable module.
41 If unsure say N.
42
32endmenu 43endmenu