^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menu "Remoteproc drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) config REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) bool "Support for Remote Processor subsystem"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) depends on HAS_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) select VIRTIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) select WANT_DEV_COREDUMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Support for remote processors (such as DSP coprocessors). These
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) are mainly used on embedded systems.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) if REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) config REMOTEPROC_CDEV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) bool "Remoteproc character device interface"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Say y here to have a character device interface for the remoteproc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) framework. Userspace can boot/shutdown remote processors through
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) this interface.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) It's safe to say N if you don't want to use this interface.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) config IMX_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) tristate "IMX6/7 remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) depends on ARCH_MXC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) Say y here to support iMX's remote processors (Cortex M4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) on iMX7D) via the remote processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) It's safe to say N here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config INGENIC_VPU_RPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) tristate "Ingenic JZ47xx VPU remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) depends on MIPS || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) Say y or m here to support the VPU in the JZ47xx SoCs from Ingenic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) This can be either built-in or a loadable module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) If unsure say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) config MTK_SCP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) tristate "Mediatek SCP support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) depends on ARCH_MEDIATEK || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) select RPMSG_MTK_SCP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) Say y here to support Mediatek's System Companion Processor (SCP) via
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) the remote processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) It's safe to say N here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) config OMAP_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) tristate "OMAP remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) depends on OMAP_IOMMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) select MAILBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) select OMAP2PLUS_MBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) Say y here to support OMAP's remote processors (dual M3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) and DSP on OMAP4) via the remote processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) Currently only supported on OMAP4.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) Usually you want to say Y here, in order to enable multimedia
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) use-cases to run on your platform (multimedia codecs are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) offloaded to remote DSP processors using this framework).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) It's safe to say N here if you're not interested in multimedia
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) offloading or just want a bare minimum kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) config OMAP_REMOTEPROC_WATCHDOG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) bool "OMAP remoteproc watchdog timer"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) depends on OMAP_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) Say Y here to enable watchdog timer for remote processors.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) This option controls the watchdog functionality for the remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) processors in OMAP. Dedicated OMAP DMTimers are used by the remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) processors and triggers the timer interrupt upon a watchdog
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) detection.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) config WKUP_M3_RPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) tristate "AMx3xx Wakeup M3 remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) depends on SOC_AM33XX || SOC_AM43XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) Say y here to support Wakeup M3 remote processor on TI AM33xx
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) and AM43xx family of SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92) Required for Suspend-to-RAM on AM33xx and AM43xx SoCs. Also needed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) for deep CPUIdle states on AM33xx SoCs. Allows for loading of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) firmware onto these remote processors.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95) If unsure say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) config DA8XX_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98) tristate "DA8xx/OMAP-L13x remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99) depends on ARCH_DAVINCI_DA8XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) depends on DMA_CMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) Say y here to support DA8xx/OMAP-L13x remote processors via the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) remote processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) You want to say y here in order to enable AMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) use-cases to run on your platform (multimedia codecs are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) offloaded to remote DSP processors using this framework).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109) This module controls the name of the firmware file that gets
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) loaded on the DSP. This file must reside in the /lib/firmware
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) directory. It can be specified via the module parameter
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) da8xx_fw_name=<filename>, and if not specified will default to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) "rproc-dsp-fw".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) It's safe to say n here if you're not interested in multimedia
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) offloading.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) config KEYSTONE_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) tristate "Keystone Remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120) depends on ARCH_KEYSTONE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) Say Y here here to support Keystone remote processors (DSP)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) via the remote processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) It's safe to say N here if you're not interested in the Keystone
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) DSPs or just want to use a bare minimum kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128) config QCOM_PIL_INFO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) config QCOM_RPROC_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) config QCOM_Q6V5_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136) depends on ARCH_QCOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137) depends on QCOM_SMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139) config QCOM_Q6V5_ADSP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140) tristate "Qualcomm Technology Inc ADSP Peripheral Image Loader"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) depends on OF && ARCH_QCOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) depends on QCOM_SMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143) depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) depends on QCOM_SYSMON || QCOM_SYSMON=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146) select MFD_SYSCON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) select QCOM_PIL_INFO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148) select QCOM_MDT_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149) select QCOM_Q6V5_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) select QCOM_RPROC_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) Say y here to support the Peripheral Image Loader
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) for the Qualcomm Technology Inc. ADSP remote processors.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155) config QCOM_Q6V5_MSS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) tristate "Qualcomm Hexagon V5 self-authenticating modem subsystem support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157) depends on OF && ARCH_QCOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) depends on QCOM_SMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159) depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) depends on QCOM_SYSMON || QCOM_SYSMON=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162) select MFD_SYSCON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) select QCOM_MDT_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) select QCOM_PIL_INFO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) select QCOM_Q6V5_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166) select QCOM_RPROC_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) select QCOM_SCM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) Say y here to support the Qualcomm self-authenticating modem
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170) subsystem based on Hexagon V5.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) config QCOM_Q6V5_PAS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173) tristate "Qualcomm Hexagon v5 Peripheral Authentication Service support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174) depends on OF && ARCH_QCOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) depends on QCOM_SMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176) depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177) depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) depends on QCOM_SYSMON || QCOM_SYSMON=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) select MFD_SYSCON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) select QCOM_PIL_INFO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181) select QCOM_MDT_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) select QCOM_Q6V5_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183) select QCOM_RPROC_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184) select QCOM_SCM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) Say y here to support the TrustZone based Peripherial Image Loader
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187) for the Qualcomm Hexagon v5 based remote processors. This is commonly
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) used to control subsystems such as ADSP, Compute and Sensor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190) config QCOM_Q6V5_WCSS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191) tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192) depends on OF && ARCH_QCOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) depends on QCOM_SMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194) depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196) depends on QCOM_SYSMON || QCOM_SYSMON=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197) select MFD_SYSCON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198) select QCOM_MDT_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199) select QCOM_PIL_INFO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200) select QCOM_Q6V5_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201) select QCOM_RPROC_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202) select QCOM_SCM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204) Say y here to support the Qualcomm Peripheral Image Loader for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205) Hexagon V5 based WCSS remote processors.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) config QCOM_SYSMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208) tristate "Qualcomm sysmon driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209) depends on RPMSG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210) depends on ARCH_QCOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) depends on NET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) select QCOM_QMI_HELPERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) The sysmon driver implements a sysmon QMI client and a handler for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215) the sys_mon SMD and GLINK channel, which are used for graceful
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216) shutdown, retrieving failure information and propagating information
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) about other subsystems being shut down.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) Say y here if your system runs firmware on any other subsystems, e.g.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220) modem or DSP.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222) config QCOM_WCNSS_PIL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223) tristate "Qualcomm WCNSS Peripheral Image Loader"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) depends on OF && ARCH_QCOM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225) depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226) depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) depends on QCOM_SMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228) depends on QCOM_SYSMON || QCOM_SYSMON=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) select QCOM_MDT_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) select QCOM_PIL_INFO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 231) select QCOM_RPROC_COMMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 232) select QCOM_SCM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 233) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 234) Say y here to support the Peripheral Image Loader for the Qualcomm
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 235) Wireless Connectivity Subsystem.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 236)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 237) config ST_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 238) tristate "ST remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 239) depends on ARCH_STI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 240) select MAILBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 241) select STI_MBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 242) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 243) Say y here to support ST's adjunct processors via the remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 244) processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 245) This can be either built-in or a loadable module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 246)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 247) config ST_SLIM_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 248) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 249)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 250) config STM32_RPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 251) tristate "STM32 remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 252) depends on ARCH_STM32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 253) depends on REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 254) select MAILBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 255) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 256) Say y here to support STM32 MCU processors via the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 257) remote processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 258)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 259) You want to say y here in order to enable AMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 260) use-cases to run on your platform (dedicated firmware could be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 261) offloaded to remote MCU processors using this framework).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 262)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 263) This can be either built-in or a loadable module.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 264)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 265) config TI_K3_DSP_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 266) tristate "TI K3 DSP remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 267) depends on ARCH_K3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 268) select MAILBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 269) select OMAP2PLUS_MBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 270) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 271) Say m here to support TI's C66x and C71x DSP remote processor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 272) subsystems on various TI K3 family of SoCs through the remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 273) processor framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 274)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 275) It's safe to say N here if you're not interested in utilizing
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 276) the DSP slave processors.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 277)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 278) config TI_K3_R5_REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 279) tristate "TI K3 R5 remoteproc support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 280) depends on ARCH_K3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 281) select MAILBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 282) select OMAP2PLUS_MBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 283) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 284) Say m here to support TI's R5F remote processor subsystems
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 285) on various TI K3 family of SoCs through the remote processor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 286) framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 287)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 288) It's safe to say N here if you're not interested in utilizing
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 289) a slave processor.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 290)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 291) endif # REMOTEPROC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 292)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 293) endmenu