blob: c3675ae3cc9e0a5e16d6791d3eaf48419b1484b9 [file] [log] [blame]
Kees Cookeb367cb2013-01-16 18:53:51 -08001menu "Remoteproc drivers"
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +02002
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02003# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
Sjur Brændelanda1a7e0a2012-09-13 20:03:58 +02006 depends on HAS_DMA
Ohad Ben-Cohena2b950a2013-04-07 14:06:07 +03007 select CRC32
Ohad Ben-Cohene121aefa2012-07-01 11:53:36 +03008 select FW_CONFIG
Ohad Ben-Cohen2ed6d292012-09-30 10:25:34 +02009 select VIRTIO
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020010
11config OMAP_REMOTEPROC
12 tristate "OMAP remoteproc support"
Sjur Brændelanda1a7e0a2012-09-13 20:03:58 +020013 depends on HAS_DMA
Vincent Stehlée5bc0292013-02-18 12:06:52 +010014 depends on ARCH_OMAP4 || SOC_OMAP5
Ohad Ben-Cohen9cd8eb42012-02-28 13:04:33 +020015 depends on OMAP_IOMMU
Arnd Bergmann0bef6c92013-02-14 17:53:18 +010016 depends on OMAP_MBOX_FWK
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020017 select REMOTEPROC
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020018 select RPMSG
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020019 help
20 Say y here to support OMAP's remote processors (dual M3
21 and DSP on OMAP4) via the remote processor framework.
22
23 Currently only supported on OMAP4.
24
25 Usually you want to say y here, in order to enable multimedia
26 use-cases to run on your platform (multimedia codecs are
27 offloaded to remote DSP processors using this framework).
28
29 It's safe to say n here if you're not interested in multimedia
30 offloading or just want a bare minimum kernel.
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020031
Sjur Brændelandec4d02d2012-09-20 18:32:56 +020032config STE_MODEM_RPROC
33 tristate "STE-Modem remoteproc support"
Sjur Brændelandec4d02d2012-09-20 18:32:56 +020034 depends on HAS_DMA
35 select REMOTEPROC
36 default n
37 help
38 Say y or m here to support STE-Modem shared memory driver.
39 This can be either built-in or a loadable module.
40 If unsure say N.
41
Robert Tivy13be5432013-04-09 14:20:21 -070042config DA8XX_REMOTEPROC
43 tristate "DA8xx/OMAP-L13x remoteproc support"
44 depends on ARCH_DAVINCI_DA8XX
45 select CMA
46 select REMOTEPROC
47 select RPMSG
48 help
49 Say y here to support DA8xx/OMAP-L13x remote processors via the
50 remote processor framework.
51
52 You want to say y here in order to enable AMP
53 use-cases to run on your platform (multimedia codecs are
54 offloaded to remote DSP processors using this framework).
55
56 This module controls the name of the firmware file that gets
57 loaded on the DSP. This file must reside in the /lib/firmware
58 directory. It can be specified via the module parameter
59 da8xx_fw_name=<filename>, and if not specified will default to
60 "rproc-dsp-fw".
61
62 It's safe to say n here if you're not interested in multimedia
63 offloading.
64
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020065endmenu