diff options
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig new file mode 100644 index 000000000000..24d880e78ec6 --- /dev/null +++ b/drivers/remoteproc/Kconfig | |||
@@ -0,0 +1,28 @@ | |||
1 | menu "Remoteproc drivers (EXPERIMENTAL)" | ||
2 | |||
3 | # REMOTEPROC gets selected by whoever wants it | ||
4 | config REMOTEPROC | ||
5 | tristate | ||
6 | depends on EXPERIMENTAL | ||
7 | |||
8 | config OMAP_REMOTEPROC | ||
9 | tristate "OMAP remoteproc support" | ||
10 | depends on ARCH_OMAP4 | ||
11 | depends on OMAP_IOMMU | ||
12 | select REMOTEPROC | ||
13 | select OMAP_MBOX_FWK | ||
14 | select RPMSG | ||
15 | help | ||
16 | Say y here to support OMAP's remote processors (dual M3 | ||
17 | and DSP on OMAP4) via the remote processor framework. | ||
18 | |||
19 | Currently only supported on OMAP4. | ||
20 | |||
21 | Usually you want to say y here, in order to enable multimedia | ||
22 | use-cases to run on your platform (multimedia codecs are | ||
23 | offloaded to remote DSP processors using this framework). | ||
24 | |||
25 | It's safe to say n here if you're not interested in multimedia | ||
26 | offloading or just want a bare minimum kernel. | ||
27 | |||
28 | endmenu | ||