remoteproc: support default firmware name in rproc_alloc()
[deliverable/linux.git] / drivers / remoteproc / Kconfig
CommitLineData
eb367cb6 1menu "Remoteproc drivers"
650d6561 2
400e64df
OBC
3# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
a1a7e0a3 6 depends on HAS_DMA
a2b950ac 7 select CRC32
e121aefa 8 select FW_CONFIG
2ed6d29c 9 select VIRTIO
34ed5a33
OBC
10
11config OMAP_REMOTEPROC
12 tristate "OMAP remoteproc support"
a1a7e0a3 13 depends on HAS_DMA
e5bc0294 14 depends on ARCH_OMAP4 || SOC_OMAP5
9cd8eb43 15 depends on OMAP_IOMMU
0bef6c93 16 depends on OMAP_MBOX_FWK
34ed5a33 17 select REMOTEPROC
34ed5a33 18 select RPMSG
34ed5a33
OBC
19 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.
650d6561 31
ec4d02d9
SB
32config STE_MODEM_RPROC
33 tristate "STE-Modem remoteproc support"
ec4d02d9
SB
34 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
650d6561 42endmenu
This page took 0.087489 seconds and 5 git commands to generate.