2013-01-17 02:53:51 +00:00
|
|
|
menu "Remoteproc drivers"
|
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
|
2012-09-13 18:03:58 +00:00
|
|
|
depends on HAS_DMA
|
2013-04-07 11:06:07 +00:00
|
|
|
select CRC32
|
2012-07-01 08:53:36 +00:00
|
|
|
select FW_CONFIG
|
2012-09-30 08:25:34 +00:00
|
|
|
select VIRTIO
|
2011-10-20 16:53:35 +00:00
|
|
|
|
|
|
|
config OMAP_REMOTEPROC
|
|
|
|
tristate "OMAP remoteproc support"
|
2012-09-13 18:03:58 +00:00
|
|
|
depends on HAS_DMA
|
2013-02-18 11:06:52 +00:00
|
|
|
depends on ARCH_OMAP4 || SOC_OMAP5
|
2012-02-28 11:04:33 +00:00
|
|
|
depends on OMAP_IOMMU
|
2013-02-14 16:53:18 +00:00
|
|
|
depends on OMAP_MBOX_FWK
|
2011-10-20 16:53:35 +00:00
|
|
|
select REMOTEPROC
|
|
|
|
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
|
|
|
|
2012-09-20 16:32:56 +00:00
|
|
|
config STE_MODEM_RPROC
|
|
|
|
tristate "STE-Modem remoteproc support"
|
|
|
|
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 11:01:59 +00:00
|
|
|
endmenu
|