summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
blob: a193fadb69a91624e08ee33de4290d5ffb19874e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# SPDX-License-Identifier: GPL-2.0-only
menu "Remoteproc drivers"

config REMOTEPROC
	tristate "Support for Remote Processor subsystem"
	select CRC32
	select FIRMWARE
	help
	  Support for remote processors (such as DSP coprocessors). These
	  are mainly used on embedded systems.

if REMOTEPROC

config IMX_REMOTEPROC
	tristate "IMX6/7 remoteproc support"
	depends on ARCH_IMX
	select MFD_SYSCON
	help
	  Say y here to support iMX's remote processors (Cortex M4
	  on iMX7D) via the remote processor framework.

	  It's safe to say N here.

config STM32_REMOTEPROC
	tristate "STM32 remoteproc support"
	depends on ARCH_STM32MP
	select MFD_SYSCON
	help
	  Say y here to support STM32 MCU processors via the
	  remote processor framework.

	  It's safe to say N here.

endif # REMOTEPROC

endmenu