Kconfig.arm 7.3 KB

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