Merge branch 'linus' into timers/core
[GitHub/mt8127/android_kernel_alcatel_ttab.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
c7426bce 7 select FW_LOADER
2ed6d29c 8 select VIRTIO
34ed5a33
OBC
9
10config OMAP_REMOTEPROC
11 tristate "OMAP remoteproc support"
a1a7e0a3 12 depends on HAS_DMA
34ed5a33 13 depends on ARCH_OMAP4
9cd8eb43 14 depends on OMAP_IOMMU
0bef6c93 15 depends on OMAP_MBOX_FWK
34ed5a33 16 select REMOTEPROC
34ed5a33 17 select RPMSG
34ed5a33
OBC
18 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.
650d6561 30
ec4d02d9
SB
31config STE_MODEM_RPROC
32 tristate "STE-Modem remoteproc support"
ec4d02d9
SB
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.
40
650d6561 41endmenu