]> git.ipfire.org Git - people/arne_f/kernel.git/blame - drivers/remoteproc/Kconfig
drivers/platform/x86: remove depends on CONFIG_EXPERIMENTAL
[people/arne_f/kernel.git] / drivers / remoteproc / Kconfig
CommitLineData
489d129a 1menu "Remoteproc drivers (EXPERIMENTAL)"
650d6561 2
400e64df
OBC
3# REMOTEPROC gets selected by whoever wants it
4config REMOTEPROC
5 tristate
489d129a 6 depends on EXPERIMENTAL
a1a7e0a3 7 depends on HAS_DMA
e121aefa 8 select FW_CONFIG
2ed6d29c 9 select VIRTIO
34ed5a33
OBC
10
11config OMAP_REMOTEPROC
12 tristate "OMAP remoteproc support"
d5039426 13 depends on EXPERIMENTAL
a1a7e0a3 14 depends on HAS_DMA
34ed5a33 15 depends on ARCH_OMAP4
9cd8eb43 16 depends on OMAP_IOMMU
34ed5a33
OBC
17 select REMOTEPROC
18 select OMAP_MBOX_FWK
19 select RPMSG
34ed5a33
OBC
20 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.
650d6561 32
ec4d02d9
SB
33config 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
650d6561 44endmenu