remoteproc: look for truncated firmware images
[deliverable/linux.git] / drivers / remoteproc / Kconfig
CommitLineData
400e64df
OBC
1# REMOTEPROC gets selected by whoever wants it
2config REMOTEPROC
3 tristate
34ed5a33
OBC
4
5config OMAP_REMOTEPROC
6 tristate "OMAP remoteproc support"
7 depends on ARCH_OMAP4
8 select OMAP_IOMMU
9 select REMOTEPROC
10 select OMAP_MBOX_FWK
11 select RPMSG
12 default m
13 help
14 Say y here to support OMAP's remote processors (dual M3
15 and DSP on OMAP4) via the remote processor framework.
16
17 Currently only supported on OMAP4.
18
19 Usually you want to say y here, in order to enable multimedia
20 use-cases to run on your platform (multimedia codecs are
21 offloaded to remote DSP processors using this framework).
22
23 It's safe to say n here if you're not interested in multimedia
24 offloading or just want a bare minimum kernel.
This page took 0.024908 seconds and 5 git commands to generate.