blob: 396c97a2661f85f7f46ae00201788655b4fda7dd [file] [log] [blame]
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02001# REMOTEPROC gets selected by whoever wants it
2config REMOTEPROC
3 tristate
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +02004
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.