Kconfig 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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_ADSP_PIL
  71. tristate "Qualcomm ADSP Peripheral Image Loader"
  72. depends on OF && ARCH_QCOM
  73. depends on QCOM_SMEM
  74. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  75. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  76. depends on QCOM_SYSMON || QCOM_SYSMON=n
  77. select MFD_SYSCON
  78. select QCOM_MDT_LOADER
  79. select QCOM_Q6V5_COMMON
  80. select QCOM_RPROC_COMMON
  81. select QCOM_SCM
  82. help
  83. Say y here to support the TrustZone based Peripherial Image Loader
  84. for the Qualcomm ADSP remote processors.
  85. config QCOM_RPROC_COMMON
  86. tristate
  87. config QCOM_Q6V5_COMMON
  88. tristate
  89. depends on ARCH_QCOM
  90. depends on QCOM_SMEM
  91. config QCOM_Q6V5_PIL
  92. tristate "Qualcomm Hexagon V5 Peripherial Image Loader"
  93. depends on OF && ARCH_QCOM
  94. depends on QCOM_SMEM
  95. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  96. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  97. depends on QCOM_SYSMON || QCOM_SYSMON=n
  98. select MFD_SYSCON
  99. select QCOM_Q6V5_COMMON
  100. select QCOM_RPROC_COMMON
  101. select QCOM_SCM
  102. help
  103. Say y here to support the Qualcomm Peripherial Image Loader for the
  104. Hexagon V5 based remote processors.
  105. config QCOM_Q6V5_WCSS
  106. tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader"
  107. depends on OF && ARCH_QCOM
  108. depends on QCOM_SMEM
  109. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  110. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  111. depends on QCOM_SYSMON || QCOM_SYSMON=n
  112. select MFD_SYSCON
  113. select QCOM_MDT_LOADER
  114. select QCOM_Q6V5_COMMON
  115. select QCOM_RPROC_COMMON
  116. select QCOM_SCM
  117. help
  118. Say y here to support the Qualcomm Peripheral Image Loader for the
  119. Hexagon V5 based WCSS remote processors.
  120. config QCOM_SYSMON
  121. tristate "Qualcomm sysmon driver"
  122. depends on RPMSG
  123. depends on ARCH_QCOM
  124. depends on NET
  125. select QCOM_QMI_HELPERS
  126. help
  127. The sysmon driver implements a sysmon QMI client and a handler for
  128. the sys_mon SMD and GLINK channel, which are used for graceful
  129. shutdown, retrieving failure information and propagating information
  130. about other subsystems being shut down.
  131. Say y here if your system runs firmware on any other subsystems, e.g.
  132. modem or DSP.
  133. config QCOM_WCNSS_PIL
  134. tristate "Qualcomm WCNSS Peripheral Image Loader"
  135. depends on OF && ARCH_QCOM
  136. depends on RPMSG_QCOM_SMD || (COMPILE_TEST && RPMSG_QCOM_SMD=n)
  137. depends on RPMSG_QCOM_GLINK_SMEM || RPMSG_QCOM_GLINK_SMEM=n
  138. depends on QCOM_SMEM
  139. depends on QCOM_SYSMON || QCOM_SYSMON=n
  140. select QCOM_MDT_LOADER
  141. select QCOM_RPROC_COMMON
  142. select QCOM_SCM
  143. help
  144. Say y here to support the Peripheral Image Loader for the Qualcomm
  145. Wireless Connectivity Subsystem.
  146. config ST_REMOTEPROC
  147. tristate "ST remoteproc support"
  148. depends on ARCH_STI
  149. select MAILBOX
  150. select STI_MBOX
  151. help
  152. Say y here to support ST's adjunct processors via the remote
  153. processor framework.
  154. This can be either built-in or a loadable module.
  155. config ST_SLIM_REMOTEPROC
  156. tristate
  157. endif # REMOTEPROC
  158. endmenu