initial commit with v3.6.7
[linux-3.6.7-moxart.git] / drivers / remoteproc / Kconfig
blob811ff72df4dba2ee518fd43d52ad813f72865cb4
1 menu "Remoteproc drivers (EXPERIMENTAL)"
3 # REMOTEPROC gets selected by whoever wants it
4 config REMOTEPROC
5         tristate
6         depends on EXPERIMENTAL
7         select FW_CONFIG
8         select VIRTIO
10 config OMAP_REMOTEPROC
11         tristate "OMAP remoteproc support"
12         depends on EXPERIMENTAL
13         depends on ARCH_OMAP4
14         depends on OMAP_IOMMU
15         select REMOTEPROC
16         select OMAP_MBOX_FWK
17         select RPMSG
18         help
19           Say y here to support OMAP's remote processors (dual M3
20           and DSP on OMAP4) via the remote processor framework.
22           Currently only supported on OMAP4.
24           Usually you want to say y here, in order to enable multimedia
25           use-cases to run on your platform (multimedia codecs are
26           offloaded to remote DSP processors using this framework).
28           It's safe to say n here if you're not interested in multimedia
29           offloading or just want a bare minimum kernel.
31 endmenu