blob: 811ff72df4dba2ee518fd43d52ad813f72865cb4 [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-Cohen01457b32012-07-01 11:53:36 +03007 select FW_CONFIG
Ohad Ben-Cohen15f14242012-09-30 10:25:34 +02008 select VIRTIO
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +02009
10config OMAP_REMOTEPROC
11 tristate "OMAP remoteproc support"
Ohad Ben-Cohen1705b3d2012-07-01 11:31:35 +030012 depends on EXPERIMENTAL
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020013 depends on ARCH_OMAP4
Ohad Ben-Cohen9cd8eb42012-02-28 13:04:33 +020014 depends on OMAP_IOMMU
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020015 select REMOTEPROC
16 select OMAP_MBOX_FWK
17 select RPMSG
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020018 help
19 Say y here to support OMAP's remote processors (dual M3
20 and DSP on OMAP4) via the remote processor framework.
21
22 Currently only supported on OMAP4.
23
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).
27
28 It's safe to say n here if you're not interested in multimedia
29 offloading or just want a bare minimum kernel.
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020030
31endmenu