1 menu "Remoteproc drivers"
4 tristate "Support for Remote Processor subsystem"
10 Support for remote processors (such as DSP coprocessors). These
11 are mainly used on embedded systems.
15 config OMAP_REMOTEPROC
16 tristate "OMAP remoteproc support"
18 depends on ARCH_OMAP4 || SOC_OMAP5
24 Say y here to support OMAP's remote processors (dual M3
25 and DSP on OMAP4) via the remote processor framework.
27 Currently only supported on OMAP4.
29 Usually you want to say Y here, in order to enable multimedia
30 use-cases to run on your platform (multimedia codecs are
31 offloaded to remote DSP processors using this framework).
33 It's safe to say N here if you're not interested in multimedia
34 offloading or just want a bare minimum kernel.
37 tristate "AMx3xx Wakeup M3 remoteproc support"
38 depends on SOC_AM33XX || SOC_AM43XX
40 Say y here to support Wakeup M3 remote processor on TI AM33xx
41 and AM43xx family of SoCs.
43 Required for Suspend-to-RAM on AM33xx and AM43xx SoCs. Also needed
44 for deep CPUIdle states on AM33xx SoCs. Allows for loading of the
45 firmware onto these remote processors.
48 config DA8XX_REMOTEPROC
49 tristate "DA8xx/OMAP-L13x remoteproc support"
50 depends on ARCH_DAVINCI_DA8XX
54 Say y here to support DA8xx/OMAP-L13x remote processors via the
55 remote processor framework.
57 You want to say y here in order to enable AMP
58 use-cases to run on your platform (multimedia codecs are
59 offloaded to remote DSP processors using this framework).
61 This module controls the name of the firmware file that gets
62 loaded on the DSP. This file must reside in the /lib/firmware
63 directory. It can be specified via the module parameter
64 da8xx_fw_name=<filename>, and if not specified will default to
67 It's safe to say n here if you're not interested in multimedia
70 config KEYSTONE_REMOTEPROC
71 tristate "Keystone Remoteproc support"
72 depends on ARCH_KEYSTONE
75 Say Y here here to support Keystone remote processors (DSP)
76 via the remote processor framework.
78 It's safe to say N here if you're not interested in the Keystone
79 DSPs or just want to use a bare minimum kernel.
82 tristate "Qualcomm ADSP Peripheral Image Loader"
83 depends on OF && ARCH_QCOM
85 depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
87 select QCOM_MDT_LOADER
88 select QCOM_RPROC_COMMON
91 Say y here to support the TrustZone based Peripherial Image Loader
92 for the Qualcomm ADSP remote processors.
94 config QCOM_RPROC_COMMON
98 tristate "Qualcomm Hexagon V5 Peripherial Image Loader"
99 depends on OF && ARCH_QCOM
101 depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
103 select QCOM_RPROC_COMMON
106 Say y here to support the Qualcomm Peripherial Image Loader for the
107 Hexagon V5 based remote processors.
109 config QCOM_WCNSS_PIL
110 tristate "Qualcomm WCNSS Peripheral Image Loader"
111 depends on OF && ARCH_QCOM
112 depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
114 select QCOM_MDT_LOADER
115 select QCOM_RPROC_COMMON
118 Say y here to support the Peripheral Image Loader for the Qualcomm
119 Wireless Connectivity Subsystem.
122 tristate "ST remoteproc support"
128 Say y here to support ST's adjunct processors via the remote
130 This can be either built-in or a loadable module.
132 config ST_SLIM_REMOTEPROC