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
|
2012-09-14 02:03:58 +08:00
|
|
|
depends on HAS_DMA
|
2012-07-01 16:53:36 +08:00
|
|
|
select FW_CONFIG
|
2012-09-30 16:25:34 +08:00
|
|
|
select VIRTIO
|
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
|
2012-09-14 02:03:58 +08:00
|
|
|
depends on HAS_DMA
|
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
|
|
|
|
2012-09-21 00:32:56 +08:00
|
|
|
config STE_MODEM_RPROC
|
|
|
|
tristate "STE-Modem remoteproc support"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
depends on HAS_DMA
|
|
|
|
select REMOTEPROC
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Say y or m here to support STE-Modem shared memory driver.
|
|
|
|
This can be either built-in or a loadable module.
|
|
|
|
If unsure say N.
|
|
|
|
|
2011-12-14 19:01:59 +08:00
|
|
|
endmenu
|