2013-01-17 10:53:51 +08:00
|
|
|
menu "Remoteproc drivers"
|
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
|
2012-09-14 02:03:58 +08:00
|
|
|
depends on HAS_DMA
|
2013-04-07 19:06:07 +08:00
|
|
|
select CRC32
|
2013-03-29 09:41:43 +08:00
|
|
|
select FW_LOADER
|
2012-09-30 16:25:34 +08:00
|
|
|
select VIRTIO
|
2013-04-21 21:29:38 +08:00
|
|
|
select VIRTUALIZATION
|
2011-10-21 00:53:35 +08:00
|
|
|
|
|
|
|
config OMAP_REMOTEPROC
|
|
|
|
tristate "OMAP remoteproc support"
|
2012-09-14 02:03:58 +08:00
|
|
|
depends on HAS_DMA
|
2013-02-18 19:06:52 +08:00
|
|
|
depends on ARCH_OMAP4 || SOC_OMAP5
|
2012-02-28 19:04:33 +08:00
|
|
|
depends on OMAP_IOMMU
|
2011-10-21 00:53:35 +08:00
|
|
|
select REMOTEPROC
|
2013-03-13 06:55:29 +08:00
|
|
|
select MAILBOX
|
|
|
|
select OMAP2PLUS_MBOX
|
2011-10-21 00:53:35 +08:00
|
|
|
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 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.
|
|
|
|
|
2015-05-23 04:45:30 +08:00
|
|
|
config WKUP_M3_RPROC
|
|
|
|
tristate "AMx3xx Wakeup M3 remoteproc support"
|
|
|
|
depends on SOC_AM33XX || SOC_AM43XX
|
|
|
|
select REMOTEPROC
|
|
|
|
help
|
|
|
|
Say y here to support Wakeup M3 remote processor on TI AM33xx
|
|
|
|
and AM43xx family of SoCs.
|
|
|
|
|
|
|
|
Required for Suspend-to-RAM on AM33xx and AM43xx SoCs. Also needed
|
|
|
|
for deep CPUIdle states on AM33xx SoCs. Allows for loading of the
|
|
|
|
firmware onto these remote processors.
|
|
|
|
If unsure say N.
|
|
|
|
|
2013-04-10 05:20:21 +08:00
|
|
|
config DA8XX_REMOTEPROC
|
|
|
|
tristate "DA8xx/OMAP-L13x remoteproc support"
|
|
|
|
depends on ARCH_DAVINCI_DA8XX
|
2014-04-12 00:14:26 +08:00
|
|
|
select CMA if MMU
|
2013-04-10 05:20:21 +08:00
|
|
|
select REMOTEPROC
|
|
|
|
select RPMSG
|
|
|
|
help
|
|
|
|
Say y here to support DA8xx/OMAP-L13x remote processors via the
|
|
|
|
remote processor framework.
|
|
|
|
|
|
|
|
You want to say y here in order to enable AMP
|
|
|
|
use-cases to run on your platform (multimedia codecs are
|
|
|
|
offloaded to remote DSP processors using this framework).
|
|
|
|
|
|
|
|
This module controls the name of the firmware file that gets
|
|
|
|
loaded on the DSP. This file must reside in the /lib/firmware
|
|
|
|
directory. It can be specified via the module parameter
|
|
|
|
da8xx_fw_name=<filename>, and if not specified will default to
|
|
|
|
"rproc-dsp-fw".
|
|
|
|
|
|
|
|
It's safe to say n here if you're not interested in multimedia
|
|
|
|
offloading.
|
|
|
|
|
2011-12-14 19:01:59 +08:00
|
|
|
endmenu
|