2011-12-21 09:25:43 +00:00
|
|
|
menu "Remoteproc drivers (EXPERIMENTAL)"
|
2011-12-14 11:01:59 +00:00
|
|
|
|
2011-10-20 14:52:46 +00:00
|
|
|
# REMOTEPROC gets selected by whoever wants it
|
|
|
|
config REMOTEPROC
|
|
|
|
tristate
|
2011-12-21 09:25:43 +00:00
|
|
|
depends on EXPERIMENTAL
|
2012-07-01 08:53:36 +00:00
|
|
|
select FW_CONFIG
|
2011-10-20 16:53:35 +00:00
|
|
|
|
|
|
|
config OMAP_REMOTEPROC
|
|
|
|
tristate "OMAP remoteproc support"
|
2012-07-01 08:31:35 +00:00
|
|
|
depends on EXPERIMENTAL
|
2011-10-20 16:53:35 +00:00
|
|
|
depends on ARCH_OMAP4
|
2012-02-28 11:04:33 +00:00
|
|
|
depends on OMAP_IOMMU
|
2011-10-20 16:53:35 +00:00
|
|
|
select REMOTEPROC
|
|
|
|
select OMAP_MBOX_FWK
|
|
|
|
select RPMSG
|
|
|
|
help
|
|
|
|
Say y here to support OMAP's remote processors (dual M3
|
|
|
|
and DSP on OMAP4) via the remote processor framework.
|
|
|
|
|
|
|
|
Currently only supported on OMAP4.
|
|
|
|
|
|
|
|
Usually you want to say y here, in order to enable multimedia
|
|
|
|
use-cases to run on your platform (multimedia codecs are
|
|
|
|
offloaded to remote DSP processors using this framework).
|
|
|
|
|
|
|
|
It's safe to say n here if you're not interested in multimedia
|
|
|
|
offloading or just want a bare minimum kernel.
|
2011-12-14 11:01:59 +00:00
|
|
|
|
|
|
|
endmenu
|