remtoteproc: maintain max notifyid
[deliverable/linux.git] / drivers / remoteproc / Kconfig
CommitLineData
489d129a 1menu "Remoteproc drivers (EXPERIMENTAL)"
650d6561 2
400e64df
OBC
3# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
489d129a 6 depends on EXPERIMENTAL
a1a7e0a3 7 depends on HAS_DMA
e121aefa 8 select FW_CONFIG
34ed5a33
OBC
9
10config OMAP_REMOTEPROC
11 tristate "OMAP remoteproc support"
d5039426 12 depends on EXPERIMENTAL
a1a7e0a3 13 depends on HAS_DMA
34ed5a33 14 depends on ARCH_OMAP4
9cd8eb43 15 depends on OMAP_IOMMU
34ed5a33
OBC
16 select REMOTEPROC
17 select OMAP_MBOX_FWK
18 select RPMSG
34ed5a33
OBC
19 help
20 Say y here to support OMAP's remote processors (dual M3
21 and DSP on OMAP4) via the remote processor framework.
22
23 Currently only supported on OMAP4.
24
25 Usually you want to say y here, in order to enable multimedia
26 use-cases to run on your platform (multimedia codecs are
27 offloaded to remote DSP processors using this framework).
28
29 It's safe to say n here if you're not interested in multimedia
30 offloading or just want a bare minimum kernel.
650d6561
OBC
31
32endmenu
This page took 0.058695 seconds and 5 git commands to generate.