ipv[4|6]: correct dropwatch false positive in local_deliver_finish
[linux/fpc-iii.git] / drivers / remoteproc / Kconfig
blobcc1f7bf53fd07c1c1788d0183b19e4ce41de8c1b
1 menu "Remoteproc drivers"
3 # REMOTEPROC gets selected by whoever wants it
4 config REMOTEPROC
5         tristate
6         depends on HAS_DMA
7         select FW_CONFIG
8         select VIRTIO
10 config OMAP_REMOTEPROC
11         tristate "OMAP remoteproc support"
12         depends on HAS_DMA
13         depends on ARCH_OMAP4
14         depends on OMAP_IOMMU
15         depends on OMAP_MBOX_FWK
16         select REMOTEPROC
17         select RPMSG
18         help
19           Say y here to support OMAP's remote processors (dual M3
20           and DSP on OMAP4) via the remote processor framework.
22           Currently only supported on OMAP4.
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).
28           It's safe to say n here if you're not interested in multimedia
29           offloading or just want a bare minimum kernel.
31 config STE_MODEM_RPROC
32         tristate "STE-Modem remoteproc support"
33         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.
41 endmenu