Kconfig.arm 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. #
  2. # ARM CPU Frequency scaling drivers
  3. #
  4. config ACPI_CPPC_CPUFREQ
  5. tristate "CPUFreq driver based on the ACPI CPPC spec"
  6. depends on ACPI_PROCESSOR
  7. select ACPI_CPPC_LIB
  8. help
  9. This adds a CPUFreq driver which uses CPPC methods
  10. as described in the ACPIv5.1 spec. CPPC stands for
  11. Collaborative Processor Performance Controls. It
  12. is based on an abstract continuous scale of CPU
  13. performance values which allows the remote power
  14. processor to flexibly optimize for power and
  15. performance. CPPC relies on power management firmware
  16. support for its operation.
  17. If in doubt, say N.
  18. config ARM_ARMADA_37XX_CPUFREQ
  19. tristate "Armada 37xx CPUFreq support"
  20. depends on ARCH_MVEBU && CPUFREQ_DT
  21. help
  22. This adds the CPUFreq driver support for Marvell Armada 37xx SoCs.
  23. The Armada 37xx PMU supports 4 frequency and VDD levels.
  24. # big LITTLE core layer and glue drivers
  25. config ARM_BIG_LITTLE_CPUFREQ
  26. tristate "Generic ARM big LITTLE CPUfreq driver"
  27. depends on ARM_CPU_TOPOLOGY && HAVE_CLK
  28. # if CPU_THERMAL is on and THERMAL=m, ARM_BIT_LITTLE_CPUFREQ cannot be =y
  29. depends on !CPU_THERMAL || THERMAL
  30. select PM_OPP
  31. help
  32. This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
  33. config ARM_SCPI_CPUFREQ
  34. tristate "SCPI based CPUfreq driver"
  35. depends on ARM_SCPI_PROTOCOL && COMMON_CLK_SCPI
  36. depends on !CPU_THERMAL || THERMAL
  37. help
  38. This adds the CPUfreq driver support for ARM platforms using SCPI
  39. protocol for CPU power management.
  40. This driver uses SCPI Message Protocol driver to interact with the
  41. firmware providing the CPU DVFS functionality.
  42. config ARM_VEXPRESS_SPC_CPUFREQ
  43. tristate "Versatile Express SPC based CPUfreq driver"
  44. depends on ARM_BIG_LITTLE_CPUFREQ && ARCH_VEXPRESS_SPC
  45. help
  46. This add the CPUfreq driver support for Versatile Express
  47. big.LITTLE platforms using SPC for power management.
  48. config ARM_BRCMSTB_AVS_CPUFREQ
  49. tristate "Broadcom STB AVS CPUfreq driver"
  50. depends on ARCH_BRCMSTB || COMPILE_TEST
  51. default y
  52. help
  53. Some Broadcom STB SoCs use a co-processor running proprietary firmware
  54. ("AVS") to handle voltage and frequency scaling. This driver provides
  55. a standard CPUfreq interface to to the firmware.
  56. Say Y, if you have a Broadcom SoC with AVS support for DFS or DVFS.
  57. config ARM_HIGHBANK_CPUFREQ
  58. tristate "Calxeda Highbank-based"
  59. depends on ARCH_HIGHBANK && CPUFREQ_DT && REGULATOR
  60. default m
  61. help
  62. This adds the CPUFreq driver for Calxeda Highbank SoC
  63. based boards.
  64. If in doubt, say N.
  65. config ARM_IMX6Q_CPUFREQ
  66. tristate "Freescale i.MX6 cpufreq support"
  67. depends on ARCH_MXC
  68. depends on REGULATOR_ANATOP
  69. select PM_OPP
  70. help
  71. This adds cpufreq driver support for Freescale i.MX6 series SoCs.
  72. If in doubt, say N.
  73. config ARM_KIRKWOOD_CPUFREQ
  74. def_bool MACH_KIRKWOOD
  75. help
  76. This adds the CPUFreq driver for Marvell Kirkwood
  77. SoCs.
  78. config ARM_MEDIATEK_CPUFREQ
  79. tristate "CPU Frequency scaling support for MediaTek SoCs"
  80. depends on ARCH_MEDIATEK && REGULATOR
  81. depends on !CPU_THERMAL || THERMAL
  82. select PM_OPP
  83. help
  84. This adds the CPUFreq driver support for MediaTek SoCs.
  85. config ARM_OMAP2PLUS_CPUFREQ
  86. bool "TI OMAP2+"
  87. depends on ARCH_OMAP2PLUS
  88. default ARCH_OMAP2PLUS
  89. config ARM_QCOM_CPUFREQ_KRYO
  90. tristate "Qualcomm Kryo based CPUFreq"
  91. depends on ARM64
  92. depends on QCOM_QFPROM
  93. depends on QCOM_SMEM
  94. select PM_OPP
  95. help
  96. This adds the CPUFreq driver for Qualcomm Kryo SoC based boards.
  97. If in doubt, say N.
  98. config ARM_S3C_CPUFREQ
  99. bool
  100. help
  101. Internal configuration node for common cpufreq on Samsung SoC
  102. config ARM_S3C24XX_CPUFREQ
  103. bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
  104. depends on ARCH_S3C24XX
  105. select ARM_S3C_CPUFREQ
  106. help
  107. This enables the CPUfreq driver for the Samsung S3C24XX family
  108. of CPUs.
  109. For details, take a look at <file:Documentation/cpu-freq>.
  110. If in doubt, say N.
  111. config ARM_S3C24XX_CPUFREQ_DEBUG
  112. bool "Debug CPUfreq Samsung driver core"
  113. depends on ARM_S3C24XX_CPUFREQ
  114. help
  115. Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
  116. config ARM_S3C24XX_CPUFREQ_IODEBUG
  117. bool "Debug CPUfreq Samsung driver IO timing"
  118. depends on ARM_S3C24XX_CPUFREQ
  119. help
  120. Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
  121. config ARM_S3C24XX_CPUFREQ_DEBUGFS
  122. bool "Export debugfs for CPUFreq"
  123. depends on ARM_S3C24XX_CPUFREQ && DEBUG_FS
  124. help
  125. Export status information via debugfs.
  126. config ARM_S3C2410_CPUFREQ
  127. bool
  128. depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2410
  129. select S3C2410_CPUFREQ_UTILS
  130. help
  131. CPU Frequency scaling support for S3C2410
  132. config ARM_S3C2412_CPUFREQ
  133. bool
  134. depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2412
  135. default y
  136. select S3C2412_IOTIMING
  137. help
  138. CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
  139. config ARM_S3C2416_CPUFREQ
  140. bool "S3C2416 CPU Frequency scaling support"
  141. depends on CPU_S3C2416
  142. help
  143. This adds the CPUFreq driver for the Samsung S3C2416 and
  144. S3C2450 SoC. The S3C2416 supports changing the rate of the
  145. armdiv clock source and also entering a so called dynamic
  146. voltage scaling mode in which it is possible to reduce the
  147. core voltage of the CPU.
  148. If in doubt, say N.
  149. config ARM_S3C2416_CPUFREQ_VCORESCALE
  150. bool "Allow voltage scaling for S3C2416 arm core"
  151. depends on ARM_S3C2416_CPUFREQ && REGULATOR
  152. help
  153. Enable CPU voltage scaling when entering the dvs mode.
  154. It uses information gathered through existing hardware and
  155. tests but not documented in any datasheet.
  156. If in doubt, say N.
  157. config ARM_S3C2440_CPUFREQ
  158. bool "S3C2440/S3C2442 CPU Frequency scaling support"
  159. depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2440 || CPU_S3C2442)
  160. select S3C2410_CPUFREQ_UTILS
  161. default y
  162. help
  163. CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
  164. config ARM_S3C64XX_CPUFREQ
  165. bool "Samsung S3C64XX"
  166. depends on CPU_S3C6410
  167. default y
  168. help
  169. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  170. If in doubt, say N.
  171. config ARM_S5PV210_CPUFREQ
  172. bool "Samsung S5PV210 and S5PC110"
  173. depends on CPU_S5PV210
  174. default y
  175. help
  176. This adds the CPUFreq driver for Samsung S5PV210 and
  177. S5PC110 SoCs.
  178. If in doubt, say N.
  179. config ARM_SA1100_CPUFREQ
  180. bool
  181. config ARM_SA1110_CPUFREQ
  182. bool
  183. config ARM_SCMI_CPUFREQ
  184. tristate "SCMI based CPUfreq driver"
  185. depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
  186. depends on !CPU_THERMAL || THERMAL
  187. select PM_OPP
  188. help
  189. This adds the CPUfreq driver support for ARM platforms using SCMI
  190. protocol for CPU power management.
  191. This driver uses SCMI Message Protocol driver to interact with the
  192. firmware providing the CPU DVFS functionality.
  193. config ARM_SPEAR_CPUFREQ
  194. bool "SPEAr CPUFreq support"
  195. depends on PLAT_SPEAR
  196. default y
  197. help
  198. This adds the CPUFreq driver support for SPEAr SOCs.
  199. config ARM_STI_CPUFREQ
  200. tristate "STi CPUFreq support"
  201. depends on SOC_STIH407
  202. help
  203. This driver uses the generic OPP framework to match the running
  204. platform with a predefined set of suitable values. If not provided
  205. we will fall-back so safe-values contained in Device Tree. Enable
  206. this config option if you wish to add CPUFreq support for STi based
  207. SoCs.
  208. config ARM_TANGO_CPUFREQ
  209. bool
  210. depends on CPUFREQ_DT && ARCH_TANGO
  211. default y
  212. config ARM_TEGRA20_CPUFREQ
  213. tristate "Tegra20 CPUFreq support"
  214. depends on ARCH_TEGRA
  215. default y
  216. help
  217. This adds the CPUFreq driver support for Tegra20 SOCs.
  218. config ARM_TEGRA124_CPUFREQ
  219. tristate "Tegra124 CPUFreq support"
  220. depends on ARCH_TEGRA && CPUFREQ_DT && REGULATOR
  221. default y
  222. help
  223. This adds the CPUFreq driver support for Tegra124 SOCs.
  224. config ARM_TEGRA186_CPUFREQ
  225. tristate "Tegra186 CPUFreq support"
  226. depends on ARCH_TEGRA && TEGRA_BPMP
  227. help
  228. This adds the CPUFreq driver support for Tegra186 SOCs.
  229. config ARM_TI_CPUFREQ
  230. bool "Texas Instruments CPUFreq support"
  231. depends on ARCH_OMAP2PLUS
  232. help
  233. This driver enables valid OPPs on the running platform based on
  234. values contained within the SoC in use. Enable this in order to
  235. use the cpufreq-dt driver on all Texas Instruments platforms that
  236. provide dt based operating-points-v2 tables with opp-supported-hw
  237. data provided. Required for cpufreq support on AM335x, AM437x,
  238. DRA7x, and AM57x platforms.
  239. config ARM_PXA2xx_CPUFREQ
  240. tristate "Intel PXA2xx CPUfreq driver"
  241. depends on PXA27x || PXA25x
  242. help
  243. This add the CPUFreq driver support for Intel PXA2xx SOCs.
  244. If in doubt, say N.