Kconfig.arm 8.8 KB

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