1 menu "Remoteproc drivers"
3 # REMOTEPROC gets selected by whoever wants it
12 config OMAP_REMOTEPROC
13 tristate "OMAP remoteproc support"
15 depends on ARCH_OMAP4 || SOC_OMAP5
22 Say y here to support OMAP's remote processors (dual M3
23 and DSP on OMAP4) via the remote processor framework.
25 Currently only supported on OMAP4.
27 Usually you want to say y here, in order to enable multimedia
28 use-cases to run on your platform (multimedia codecs are
29 offloaded to remote DSP processors using this framework).
31 It's safe to say n here if you're not interested in multimedia
32 offloading or just want a bare minimum kernel.
34 config STE_MODEM_RPROC
35 tristate "STE-Modem remoteproc support"
40 Say y or m here to support STE-Modem shared memory driver.
41 This can be either built-in or a loadable module.
45 tristate "AMx3xx Wakeup M3 remoteproc support"
46 depends on SOC_AM33XX || SOC_AM43XX
49 Say y here to support Wakeup M3 remote processor on TI AM33xx
50 and AM43xx family of SoCs.
52 Required for Suspend-to-RAM on AM33xx and AM43xx SoCs. Also needed
53 for deep CPUIdle states on AM33xx SoCs. Allows for loading of the
54 firmware onto these remote processors.
57 config DA8XX_REMOTEPROC
58 tristate "DA8xx/OMAP-L13x remoteproc support"
59 depends on ARCH_DAVINCI_DA8XX
64 Say y here to support DA8xx/OMAP-L13x remote processors via the
65 remote processor framework.
67 You want to say y here in order to enable AMP
68 use-cases to run on your platform (multimedia codecs are
69 offloaded to remote DSP processors using this framework).
71 This module controls the name of the firmware file that gets
72 loaded on the DSP. This file must reside in the /lib/firmware
73 directory. It can be specified via the module parameter
74 da8xx_fw_name=<filename>, and if not specified will default to
77 It's safe to say n here if you're not interested in multimedia
81 tristate "ST remoteproc support"
85 Say y here to support ST's adjunct processors via the remote
87 This can be either built-in or a loadable module.