2011-12-21 17:25:43 +08:00
|
|
|
menu "Remoteproc drivers (EXPERIMENTAL)"
|
2011-12-14 19:01:59 +08:00
|
|
|
|
2011-10-20 22:52:46 +08:00
|
|
|
# REMOTEPROC gets selected by whoever wants it
|
|
|
|
config REMOTEPROC
|
|
|
|
tristate
|
2011-12-21 17:25:43 +08:00
|
|
|
depends on EXPERIMENTAL
|
2011-10-21 00:53:35 +08:00
|
|
|
|
|
|
|
config OMAP_REMOTEPROC
|
|
|
|
tristate "OMAP remoteproc support"
|
2012-07-01 16:31:35 +08:00
|
|
|
depends on EXPERIMENTAL
|
2011-10-21 00:53:35 +08:00
|
|
|
depends on ARCH_OMAP4
|
2012-02-28 19:04:33 +08:00
|
|
|
depends on OMAP_IOMMU
|
2011-10-21 00:53:35 +08: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 19:01:59 +08:00
|
|
|
|
|
|
|
endmenu
|