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
|
|
|
config REMOTEPROC
|
2016-10-18 17:39:08 +08:00
|
|
|
tristate "Support for Remote Processor subsystem"
|
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
|
|
|
|
2016-10-18 17:39:08 +08:00
|
|
|
if REMOTEPROC
|
|
|
|
|
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
|
2016-10-18 17:39:08 +08:00
|
|
|
depends on REMOTEPROC
|
2013-03-13 06:55:29 +08:00
|
|
|
select MAILBOX
|
|
|
|
select OMAP2PLUS_MBOX
|
2016-09-02 06:27:59 +08:00
|
|
|
select RPMSG_VIRTIO
|
2011-10-21 00:53:35 +08:00
|
|
|
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
|
|
|
|
2015-05-23 04:45:30 +08:00
|
|
|
config WKUP_M3_RPROC
|
|
|
|
tristate "AMx3xx Wakeup M3 remoteproc support"
|
|
|
|
depends on SOC_AM33XX || SOC_AM43XX
|
2016-10-18 17:39:08 +08:00
|
|
|
depends on REMOTEPROC
|
2015-05-23 04:45:30 +08:00
|
|
|
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
|
2016-10-18 17:39:08 +08:00
|
|
|
depends on REMOTEPROC
|
2014-04-12 00:14:26 +08:00
|
|
|
select CMA if MMU
|
2016-09-02 06:27:59 +08:00
|
|
|
select RPMSG_VIRTIO
|
2013-04-10 05:20:21 +08:00
|
|
|
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.
|
|
|
|
|
2016-08-23 13:57:44 +08:00
|
|
|
config QCOM_ADSP_PIL
|
|
|
|
tristate "Qualcomm ADSP Peripheral Image Loader"
|
|
|
|
depends on OF && ARCH_QCOM
|
2016-11-16 16:47:31 +08:00
|
|
|
depends on REMOTEPROC
|
2016-08-23 13:57:44 +08:00
|
|
|
depends on QCOM_SMEM
|
|
|
|
select MFD_SYSCON
|
|
|
|
select QCOM_MDT_LOADER
|
2016-12-09 19:47:02 +08:00
|
|
|
select QCOM_SCM
|
2016-08-23 13:57:44 +08:00
|
|
|
help
|
|
|
|
Say y here to support the TrustZone based Peripherial Image Loader
|
|
|
|
for the Qualcomm ADSP remote processors.
|
|
|
|
|
2016-06-21 05:28:41 +08:00
|
|
|
config QCOM_MDT_LOADER
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config QCOM_Q6V5_PIL
|
|
|
|
tristate "Qualcomm Hexagon V5 Peripherial Image Loader"
|
|
|
|
depends on OF && ARCH_QCOM
|
|
|
|
depends on QCOM_SMEM
|
2016-10-18 17:39:08 +08:00
|
|
|
depends on REMOTEPROC
|
2016-06-21 05:28:41 +08:00
|
|
|
select MFD_SYSCON
|
|
|
|
select QCOM_MDT_LOADER
|
|
|
|
help
|
|
|
|
Say y here to support the Qualcomm Peripherial Image Loader for the
|
|
|
|
Hexagon V5 based remote processors.
|
|
|
|
|
2016-08-13 09:18:59 +08:00
|
|
|
config QCOM_WCNSS_PIL
|
|
|
|
tristate "Qualcomm WCNSS Peripheral Image Loader"
|
|
|
|
depends on OF && ARCH_QCOM
|
2016-11-19 00:15:06 +08:00
|
|
|
depends on QCOM_SMD || (COMPILE_TEST && QCOM_SMD=n)
|
2016-08-13 09:18:59 +08:00
|
|
|
depends on QCOM_SMEM
|
2016-10-18 17:39:06 +08:00
|
|
|
depends on REMOTEPROC
|
2016-08-13 09:18:59 +08:00
|
|
|
select QCOM_MDT_LOADER
|
|
|
|
select QCOM_SCM
|
|
|
|
help
|
|
|
|
Say y here to support the Peripheral Image Loader for the Qualcomm
|
|
|
|
Wireless Connectivity Subsystem.
|
|
|
|
|
2016-01-12 20:46:18 +08:00
|
|
|
config ST_REMOTEPROC
|
|
|
|
tristate "ST remoteproc support"
|
|
|
|
depends on ARCH_STI
|
2016-10-18 17:39:08 +08:00
|
|
|
depends on REMOTEPROC
|
2016-01-12 20:46:18 +08:00
|
|
|
help
|
|
|
|
Say y here to support ST's adjunct processors via the remote
|
|
|
|
processor framework.
|
|
|
|
This can be either built-in or a loadable module.
|
|
|
|
|
2016-10-18 17:39:06 +08:00
|
|
|
config ST_SLIM_REMOTEPROC
|
|
|
|
tristate
|
2016-10-18 17:39:08 +08:00
|
|
|
depends on REMOTEPROC
|
|
|
|
|
|
|
|
endif # REMOTEPROC
|
2016-10-18 17:39:06 +08:00
|
|
|
|
2011-12-14 19:01:59 +08:00
|
|
|
endmenu
|