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