blob: 9270c8e596f7625ba7c3dcdd92b80d626c3f96f8 [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
Robert Tivyc7426bc2013-03-28 18:41:43 -07008 select FW_LOADER
Ohad Ben-Cohen2ed6d292012-09-30 10:25:34 +02009 select VIRTIO
Suman Annab9777852013-04-21 16:29:38 +030010 select VIRTUALIZATION
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020011
12config OMAP_REMOTEPROC
13 tristate "OMAP remoteproc support"
Sjur Brændelanda1a7e0a2012-09-13 20:03:58 +020014 depends on HAS_DMA
Vincent Stehlée5bc0292013-02-18 12:06:52 +010015 depends on ARCH_OMAP4 || SOC_OMAP5
Ohad Ben-Cohen9cd8eb42012-02-28 13:04:33 +020016 depends on OMAP_IOMMU
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020017 select REMOTEPROC
Suman Annac869c752013-03-12 17:55:29 -050018 select MAILBOX
19 select OMAP2PLUS_MBOX
Bjorn Andersson026dad42016-09-01 15:27:59 -070020 select RPMSG_VIRTIO
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020021 help
22 Say y here to support OMAP's remote processors (dual M3
23 and DSP on OMAP4) via the remote processor framework.
24
25 Currently only supported on OMAP4.
26
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).
30
31 It's safe to say n here if you're not interested in multimedia
32 offloading or just want a bare minimum kernel.
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020033
Sjur Brændelandec4d02d2012-09-20 18:32:56 +020034config STE_MODEM_RPROC
35 tristate "STE-Modem remoteproc support"
Sjur Brændelandec4d02d2012-09-20 18:32:56 +020036 depends on HAS_DMA
37 select REMOTEPROC
38 default n
39 help
40 Say y or m here to support STE-Modem shared memory driver.
41 This can be either built-in or a loadable module.
42 If unsure say N.
43
Dave Gerlacha01bc0d2015-05-22 15:45:30 -050044config WKUP_M3_RPROC
45 tristate "AMx3xx Wakeup M3 remoteproc support"
46 depends on SOC_AM33XX || SOC_AM43XX
47 select REMOTEPROC
48 help
49 Say y here to support Wakeup M3 remote processor on TI AM33xx
50 and AM43xx family of SoCs.
51
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.
55 If unsure say N.
56
Robert Tivy13be5432013-04-09 14:20:21 -070057config DA8XX_REMOTEPROC
58 tristate "DA8xx/OMAP-L13x remoteproc support"
59 depends on ARCH_DAVINCI_DA8XX
Arnd Bergmann8c094522014-04-11 18:14:26 +020060 select CMA if MMU
Bjorn Andersson026dad42016-09-01 15:27:59 -070061 select RPMSG_VIRTIO
Robert Tivy13be5432013-04-09 14:20:21 -070062 help
63 Say y here to support DA8xx/OMAP-L13x remote processors via the
64 remote processor framework.
65
66 You want to say y here in order to enable AMP
67 use-cases to run on your platform (multimedia codecs are
68 offloaded to remote DSP processors using this framework).
69
70 This module controls the name of the firmware file that gets
71 loaded on the DSP. This file must reside in the /lib/firmware
72 directory. It can be specified via the module parameter
73 da8xx_fw_name=<filename>, and if not specified will default to
74 "rproc-dsp-fw".
75
76 It's safe to say n here if you're not interested in multimedia
77 offloading.
78
Bjorn Andersson051fb702016-06-20 14:28:41 -070079config QCOM_MDT_LOADER
80 tristate
81
82config QCOM_Q6V5_PIL
83 tristate "Qualcomm Hexagon V5 Peripherial Image Loader"
84 depends on OF && ARCH_QCOM
85 depends on QCOM_SMEM
86 select MFD_SYSCON
87 select QCOM_MDT_LOADER
88 select REMOTEPROC
89 help
90 Say y here to support the Qualcomm Peripherial Image Loader for the
91 Hexagon V5 based remote processors.
92
Bjorn Anderssonaed361a2016-08-12 18:18:59 -070093config QCOM_WCNSS_IRIS
94 tristate
95 depends on OF && ARCH_QCOM
96
97config QCOM_WCNSS_PIL
98 tristate "Qualcomm WCNSS Peripheral Image Loader"
99 depends on OF && ARCH_QCOM
100 depends on QCOM_SMEM
Peter Griffinbb6869b2016-10-18 10:39:06 +0100101 depends on REMOTEPROC
Bjorn Anderssonaed361a2016-08-12 18:18:59 -0700102 select QCOM_MDT_LOADER
103 select QCOM_SCM
104 select QCOM_WCNSS_IRIS
Bjorn Anderssonaed361a2016-08-12 18:18:59 -0700105 help
106 Say y here to support the Peripheral Image Loader for the Qualcomm
107 Wireless Connectivity Subsystem.
108
Lee Jones63edb032016-01-12 12:46:18 +0000109config ST_REMOTEPROC
110 tristate "ST remoteproc support"
111 depends on ARCH_STI
112 select REMOTEPROC
113 help
114 Say y here to support ST's adjunct processors via the remote
115 processor framework.
116 This can be either built-in or a loadable module.
117
Peter Griffinbb6869b2016-10-18 10:39:06 +0100118config ST_SLIM_REMOTEPROC
119 tristate
120 select REMOTEPROC
121
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +0200122endmenu