blob: 25fc4ccbc2ea733570fd0323666c176030d61b90 [file] [log] [blame]
Ohad Ben-Cohen489d1292011-12-21 11:25:43 +02001menu "Remoteproc drivers (EXPERIMENTAL)"
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +02002
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02003# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
Ohad Ben-Cohen489d1292011-12-21 11:25:43 +02006 depends on EXPERIMENTAL
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +02007
8config OMAP_REMOTEPROC
9 tristate "OMAP remoteproc support"
10 depends on ARCH_OMAP4
11 select OMAP_IOMMU
12 select REMOTEPROC
13 select OMAP_MBOX_FWK
14 select RPMSG
15 default m
16 help
17 Say y here to support OMAP's remote processors (dual M3
18 and DSP on OMAP4) via the remote processor framework.
19
20 Currently only supported on OMAP4.
21
22 Usually you want to say y here, in order to enable multimedia
23 use-cases to run on your platform (multimedia codecs are
24 offloaded to remote DSP processors using this framework).
25
26 It's safe to say n here if you're not interested in multimedia
27 offloading or just want a bare minimum kernel.
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020028
29endmenu