rpmsg: add Kconfig menu
[deliverable/linux.git] / drivers / remoteproc / Kconfig
CommitLineData
650d6561
OBC
1menu "Remoteproc drivers"
2
400e64df
OBC
3# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
34ed5a33
OBC
6
7config OMAP_REMOTEPROC
8 tristate "OMAP remoteproc support"
9 depends on ARCH_OMAP4
10 select OMAP_IOMMU
11 select REMOTEPROC
12 select OMAP_MBOX_FWK
13 select RPMSG
14 default m
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.
650d6561
OBC
27
28endmenu
This page took 0.025549 seconds and 5 git commands to generate.