blob: 96ce101b906753c703cf88c1c76d6a7e9a33e826 [file] [log] [blame]
Ohad Ben-Cohen489d1292011-12-21 11:25:43 +02001menu "Remoteproc drivers (EXPERIMENTAL)"
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
Ohad Ben-Cohen489d1292011-12-21 11:25:43 +02006 depends on EXPERIMENTAL
Sjur Brændelanda1a7e0a2012-09-13 20:03:58 +02007 depends on HAS_DMA
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"
Ohad Ben-Cohend5039422012-07-01 11:31:35 +030013 depends on EXPERIMENTAL
Sjur Brændelanda1a7e0a2012-09-13 20:03:58 +020014 depends on HAS_DMA
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020015 depends on ARCH_OMAP4
Ohad Ben-Cohen9cd8eb42012-02-28 13:04:33 +020016 depends on OMAP_IOMMU
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020017 select REMOTEPROC
18 select OMAP_MBOX_FWK
19 select RPMSG
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020020 help
21 Say y here to support OMAP's remote processors (dual M3
22 and DSP on OMAP4) via the remote processor framework.
23
24 Currently only supported on OMAP4.
25
26 Usually you want to say y here, in order to enable multimedia
27 use-cases to run on your platform (multimedia codecs are
28 offloaded to remote DSP processors using this framework).
29
30 It's safe to say n here if you're not interested in multimedia
31 offloading or just want a bare minimum kernel.
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020032
Sjur Brændelandec4d02d2012-09-20 18:32:56 +020033config STE_MODEM_RPROC
34 tristate "STE-Modem remoteproc support"
35 depends on EXPERIMENTAL
36 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
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020044endmenu