Kconfig.arm 7.1 KB

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