blob: cc1f7bf53fd07c1c1788d0183b19e4ce41de8c1b [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-Cohene121aefa2012-07-01 11:53:36 +03007 select FW_CONFIG
Ohad Ben-Cohen2ed6d292012-09-30 10:25:34 +02008 select VIRTIO
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +02009
10config OMAP_REMOTEPROC
11 tristate "OMAP remoteproc support"
Sjur Brændelanda1a7e0a2012-09-13 20:03:58 +020012 depends on HAS_DMA
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020013 depends on ARCH_OMAP4
Ohad Ben-Cohen9cd8eb42012-02-28 13:04:33 +020014 depends on OMAP_IOMMU
Arnd Bergmann0bef6c92013-02-14 17:53:18 +010015 depends on OMAP_MBOX_FWK
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020016 select REMOTEPROC
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020017 select RPMSG
Ohad Ben-Cohen34ed5a32011-10-20 18:53:35 +020018 help
19 Say y here to support OMAP's remote processors (dual M3
20 and DSP on OMAP4) via the remote processor framework.
21
22 Currently only supported on OMAP4.
23
24 Usually you want to say y here, in order to enable multimedia
25 use-cases to run on your platform (multimedia codecs are
26 offloaded to remote DSP processors using this framework).
27
28 It's safe to say n here if you're not interested in multimedia
29 offloading or just want a bare minimum kernel.
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020030
Sjur Brændelandec4d02d2012-09-20 18:32:56 +020031config STE_MODEM_RPROC
32 tristate "STE-Modem remoteproc support"
Sjur Brændelandec4d02d2012-09-20 18:32:56 +020033 depends on HAS_DMA
34 select REMOTEPROC
35 default n
36 help
37 Say y or m here to support STE-Modem shared memory driver.
38 This can be either built-in or a loadable module.
39 If unsure say N.
40
Ohad Ben-Cohen650d6562011-12-14 13:01:59 +020041endmenu