Kconfig 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. menu "Remoteproc drivers"
  2. config REMOTEPROC
  3. tristate "Support for Remote Processor subsystem"
  4. depends on HAS_DMA
  5. select CRC32
  6. select FW_LOADER
  7. select VIRTIO
  8. select WANT_DEV_COREDUMP
  9. help
  10. Support for remote processors (such as DSP coprocessors). These
  11. are mainly used on embedded systems.
  12. if REMOTEPROC
  13. config IMX_REMOTEPROC
  14. tristate "IMX6/7 remoteproc support"
  15. depends on SOC_IMX6SX || SOC_IMX7D
  16. help
  17. Say y here to support iMX's remote processors (Cortex M4
  18. on iMX7D) via the remote processor framework.
  19. It's safe to say N here.
  20. config OMAP_REMOTEPROC
  21. tristate "OMAP remoteproc support"
  22. depends on ARCH_OMAP4 || SOC_OMAP5
  23. depends on OMAP_IOMMU
  24. select MAILBOX
  25. select OMAP2PLUS_MBOX
  26. help
  27. Say y here to support OMAP's remote processors (dual M3
  28. and DSP on OMAP4) via the remote processor framework.
  29. Currently only supported on OMAP4.
  30. Usually you want to say Y here, in order to enable multimedia
  31. use-cases to run on your platform (multimedia codecs are
  32. offloaded to remote DSP processors using this framework).
  33. It's safe to say N here if you're not interested in multimedia
  34. offloading or just want a bare minimum kernel.
  35. config WKUP_M3_RPROC
  36. tristate "AMx3xx Wakeup M3 remoteproc support"
  37. depends on SOC_AM33XX || SOC_AM43XX
  38. help
  39. Say y here to support Wakeup M3 remote processor on TI AM33xx
  40. and AM43xx family of SoCs.
  41. Required for Suspend-to-RAM on AM33xx and AM43xx SoCs. Also needed
  42. for deep CPUIdle states on AM33xx SoCs. Allows for loading of the
  43. firmware onto these remote processors.
  44. If unsure say N.
  45. config DA8XX_REMOTEPROC
  46. tristate "DA8xx/OMAP-L13x remoteproc support"
  47. depends on ARCH_DAVINCI_DA8XX
  48. depends on DMA_CMA
  49. help
  50. Say y here to support DA8xx/OMAP-L13x remote processors via the
  51. remote processor framework.
  52. You want to say y here in order to enable AMP
  53. use-cases to run on your platform (multimedia codecs are
  54. offloaded to remote DSP processors using this framework).
  55. This module controls the name of the firmware file that gets
  56. loaded on the DSP. This file must reside in the /lib/firmware
  57. directory. It can be specified via the module parameter
  58. da8xx_fw_name=<filename>, and if not specified will default to
  59. "rproc-dsp-fw".
  60. It's safe to say n here if you're not interested in multimedia
  61. offloading.
  62. config KEYSTONE_REMOTEPROC
  63. tristate "Keystone Remoteproc support"
  64. depends on ARCH_KEYSTONE
  65. help
  66. Say Y here here to support Keystone remote processors (DSP)
  67. via the remote processor framework.
  68. It's safe to say N here if you're not interested in the Keystone
  69. DSPs or just want to use a bare minimum kernel.
  70. config QCOM_RPROC_COMMON
  71. tristate
  72. config QCOM_Q6V5_COMMON
  73. tristate
  74. depends on ARCH_QCOM
  75. depends on QCOM_SMEM
  76. config QCOM_Q6V5_ADSP
  77. tristate "Qualcomm Technology Inc ADSP Peripheral Image Loader"
  78. depends on OF && ARCH_QCOM
  79. depends on QCOM_SMEM
  80. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  81. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  82. depends on QCOM_SYSMON || QCOM_SYSMON=n
  83. select MFD_SYSCON
  84. select QCOM_MDT_LOADER
  85. select QCOM_Q6V5_COMMON
  86. select QCOM_RPROC_COMMON
  87. help
  88. Say y here to support the Peripheral Image Loader
  89. for the Qualcomm Technology Inc. ADSP remote processors.
  90. config QCOM_Q6V5_MSS
  91. tristate "Qualcomm Hexagon V5 self-authenticating modem subsystem support"
  92. depends on OF && ARCH_QCOM
  93. depends on QCOM_SMEM
  94. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  95. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  96. depends on QCOM_SYSMON || QCOM_SYSMON=n
  97. select MFD_SYSCON
  98. select QCOM_Q6V5_COMMON
  99. select QCOM_RPROC_COMMON
  100. select QCOM_SCM
  101. help
  102. Say y here to support the Qualcomm self-authenticating modem
  103. subsystem based on Hexagon V5.
  104. config QCOM_Q6V5_PAS
  105. tristate "Qualcomm Hexagon v5 Peripheral Authentication Service support"
  106. depends on OF && ARCH_QCOM
  107. depends on QCOM_SMEM
  108. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  109. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  110. depends on QCOM_SYSMON || QCOM_SYSMON=n
  111. select MFD_SYSCON
  112. select QCOM_MDT_LOADER
  113. select QCOM_Q6V5_COMMON
  114. select QCOM_RPROC_COMMON
  115. select QCOM_SCM
  116. help
  117. Say y here to support the TrustZone based Peripherial Image Loader
  118. for the Qualcomm Hexagon v5 based remote processors. This is commonly
  119. used to control subsystems such as ADSP, Compute and Sensor.
  120. config QCOM_Q6V5_WCSS
  121. tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader"
  122. depends on OF && ARCH_QCOM
  123. depends on QCOM_SMEM
  124. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  125. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  126. depends on QCOM_SYSMON || QCOM_SYSMON=n
  127. select MFD_SYSCON
  128. select QCOM_MDT_LOADER
  129. select QCOM_Q6V5_COMMON
  130. select QCOM_RPROC_COMMON
  131. select QCOM_SCM
  132. help
  133. Say y here to support the Qualcomm Peripheral Image Loader for the
  134. Hexagon V5 based WCSS remote processors.
  135. config QCOM_SYSMON
  136. tristate "Qualcomm sysmon driver"
  137. depends on RPMSG
  138. depends on ARCH_QCOM
  139. depends on NET
  140. select QCOM_QMI_HELPERS
  141. help
  142. The sysmon driver implements a sysmon QMI client and a handler for
  143. the sys_mon SMD and GLINK channel, which are used for graceful
  144. shutdown, retrieving failure information and propagating information
  145. about other subsystems being shut down.
  146. Say y here if your system runs firmware on any other subsystems, e.g.
  147. modem or DSP.
  148. config QCOM_WCNSS_PIL
  149. tristate "Qualcomm WCNSS Peripheral Image Loader"
  150. depends on OF && ARCH_QCOM
  151. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  152. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  153. depends on QCOM_SMEM
  154. depends on QCOM_SYSMON || QCOM_SYSMON=n
  155. select QCOM_MDT_LOADER
  156. select QCOM_RPROC_COMMON
  157. select QCOM_SCM
  158. help
  159. Say y here to support the Peripheral Image Loader for the Qualcomm
  160. Wireless Connectivity Subsystem.
  161. config ST_REMOTEPROC
  162. tristate "ST remoteproc support"
  163. depends on ARCH_STI
  164. select MAILBOX
  165. select STI_MBOX
  166. help
  167. Say y here to support ST's adjunct processors via the remote
  168. processor framework.
  169. This can be either built-in or a loadable module.
  170. config ST_SLIM_REMOTEPROC
  171. tristate
  172. endif # REMOTEPROC
  173. endmenu