diff options
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 11 |
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 | ||
32 | config 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 | |||
32 | endmenu | 43 | endmenu |