Kconfig.arm 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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 && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK
  8. select PM_OPP
  9. help
  10. This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
  11. config ARM_DT_BL_CPUFREQ
  12. tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver"
  13. depends on ARM_BIG_LITTLE_CPUFREQ && OF
  14. help
  15. This enables probing via DT for Generic CPUfreq driver for ARM
  16. big.LITTLE platform. This gets frequency tables from DT.
  17. config ARM_VEXPRESS_SPC_CPUFREQ
  18. tristate "Versatile Express SPC based CPUfreq driver"
  19. depends on ARM_BIG_LITTLE_CPUFREQ && ARCH_VEXPRESS_SPC
  20. help
  21. This add the CPUfreq driver support for Versatile Express
  22. big.LITTLE platforms using SPC for power management.
  23. config ARM_EXYNOS_CPUFREQ
  24. tristate "SAMSUNG EXYNOS CPUfreq Driver"
  25. depends on CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
  26. depends on THERMAL
  27. help
  28. This adds the CPUFreq driver for Samsung EXYNOS platforms.
  29. Supported SoC versions are:
  30. Exynos4210, Exynos4212, Exynos4412, and Exynos5250.
  31. If in doubt, say N.
  32. config ARM_EXYNOS4210_CPUFREQ
  33. bool "SAMSUNG EXYNOS4210"
  34. depends on CPU_EXYNOS4210
  35. depends on ARM_EXYNOS_CPUFREQ
  36. default y
  37. help
  38. This adds the CPUFreq driver for Samsung EXYNOS4210
  39. SoC (S5PV310 or S5PC210).
  40. If in doubt, say N.
  41. config ARM_EXYNOS4X12_CPUFREQ
  42. bool "SAMSUNG EXYNOS4x12"
  43. depends on SOC_EXYNOS4212 || SOC_EXYNOS4412
  44. depends on ARM_EXYNOS_CPUFREQ
  45. default y
  46. help
  47. This adds the CPUFreq driver for Samsung EXYNOS4X12
  48. SoC (EXYNOS4212 or EXYNOS4412).
  49. If in doubt, say N.
  50. config ARM_EXYNOS5250_CPUFREQ
  51. bool "SAMSUNG EXYNOS5250"
  52. depends on SOC_EXYNOS5250
  53. depends on ARM_EXYNOS_CPUFREQ
  54. default y
  55. help
  56. This adds the CPUFreq driver for Samsung EXYNOS5250
  57. SoC.
  58. If in doubt, say N.
  59. config ARM_EXYNOS_CPU_FREQ_BOOST_SW
  60. bool "EXYNOS Frequency Overclocking - Software"
  61. depends on ARM_EXYNOS_CPUFREQ && THERMAL
  62. select CPU_FREQ_BOOST_SW
  63. select EXYNOS_THERMAL
  64. help
  65. This driver supports software managed overclocking (BOOST).
  66. It allows usage of special frequencies for Samsung Exynos
  67. processors if thermal conditions are appropriate.
  68. It requires, for safe operation, thermal framework with properly
  69. defined trip points.
  70. If in doubt, say N.
  71. config ARM_EXYNOS5440_CPUFREQ
  72. tristate "SAMSUNG EXYNOS5440"
  73. depends on SOC_EXYNOS5440
  74. depends on HAVE_CLK && OF
  75. select PM_OPP
  76. default y
  77. help
  78. This adds the CPUFreq driver for Samsung EXYNOS5440
  79. SoC. The nature of exynos5440 clock controller is
  80. different than previous exynos controllers so not using
  81. the common exynos framework.
  82. If in doubt, say N.
  83. config ARM_HIGHBANK_CPUFREQ
  84. tristate "Calxeda Highbank-based"
  85. depends on ARCH_HIGHBANK && CPUFREQ_DT && REGULATOR
  86. default m
  87. help
  88. This adds the CPUFreq driver for Calxeda Highbank SoC
  89. based boards.
  90. If in doubt, say N.
  91. config ARM_HISI_ACPU_CPUFREQ
  92. tristate "Hisilicon ACPU CPUfreq driver"
  93. depends on ARCH_HISI && CPUFREQ_DT
  94. select PM_OPP
  95. help
  96. This enables the hisilicon ACPU CPUfreq driver.
  97. If in doubt, say N.
  98. config ARM_IMX6Q_CPUFREQ
  99. tristate "Freescale i.MX6 cpufreq support"
  100. depends on ARCH_MXC
  101. depends on REGULATOR_ANATOP
  102. select PM_OPP
  103. help
  104. This adds cpufreq driver support for Freescale i.MX6 series SoCs.
  105. If in doubt, say N.
  106. config ARM_INTEGRATOR
  107. tristate "CPUfreq driver for ARM Integrator CPUs"
  108. depends on ARCH_INTEGRATOR
  109. default y
  110. help
  111. This enables the CPUfreq driver for ARM Integrator CPUs.
  112. If in doubt, say Y.
  113. config ARM_KIRKWOOD_CPUFREQ
  114. def_bool MACH_KIRKWOOD
  115. help
  116. This adds the CPUFreq driver for Marvell Kirkwood
  117. SoCs.
  118. config ARM_OMAP2PLUS_CPUFREQ
  119. bool "TI OMAP2+"
  120. depends on ARCH_OMAP2PLUS
  121. default ARCH_OMAP2PLUS
  122. config ARM_S3C_CPUFREQ
  123. bool
  124. help
  125. Internal configuration node for common cpufreq on Samsung SoC
  126. config ARM_S3C24XX_CPUFREQ
  127. bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
  128. depends on ARCH_S3C24XX
  129. select ARM_S3C_CPUFREQ
  130. help
  131. This enables the CPUfreq driver for the Samsung S3C24XX family
  132. of CPUs.
  133. For details, take a look at <file:Documentation/cpu-freq>.
  134. If in doubt, say N.
  135. config ARM_S3C24XX_CPUFREQ_DEBUG
  136. bool "Debug CPUfreq Samsung driver core"
  137. depends on ARM_S3C24XX_CPUFREQ
  138. help
  139. Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
  140. config ARM_S3C24XX_CPUFREQ_IODEBUG
  141. bool "Debug CPUfreq Samsung driver IO timing"
  142. depends on ARM_S3C24XX_CPUFREQ
  143. help
  144. Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
  145. config ARM_S3C24XX_CPUFREQ_DEBUGFS
  146. bool "Export debugfs for CPUFreq"
  147. depends on ARM_S3C24XX_CPUFREQ && DEBUG_FS
  148. help
  149. Export status information via debugfs.
  150. config ARM_S3C2410_CPUFREQ
  151. bool
  152. depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2410
  153. select S3C2410_CPUFREQ_UTILS
  154. help
  155. CPU Frequency scaling support for S3C2410
  156. config ARM_S3C2412_CPUFREQ
  157. bool
  158. depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2412
  159. default y
  160. select S3C2412_IOTIMING
  161. help
  162. CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
  163. config ARM_S3C2416_CPUFREQ
  164. bool "S3C2416 CPU Frequency scaling support"
  165. depends on CPU_S3C2416
  166. help
  167. This adds the CPUFreq driver for the Samsung S3C2416 and
  168. S3C2450 SoC. The S3C2416 supports changing the rate of the
  169. armdiv clock source and also entering a so called dynamic
  170. voltage scaling mode in which it is possible to reduce the
  171. core voltage of the CPU.
  172. If in doubt, say N.
  173. config ARM_S3C2416_CPUFREQ_VCORESCALE
  174. bool "Allow voltage scaling for S3C2416 arm core"
  175. depends on ARM_S3C2416_CPUFREQ && REGULATOR
  176. help
  177. Enable CPU voltage scaling when entering the dvs mode.
  178. It uses information gathered through existing hardware and
  179. tests but not documented in any datasheet.
  180. If in doubt, say N.
  181. config ARM_S3C2440_CPUFREQ
  182. bool "S3C2440/S3C2442 CPU Frequency scaling support"
  183. depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2440 || CPU_S3C2442)
  184. select S3C2410_CPUFREQ_UTILS
  185. default y
  186. help
  187. CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
  188. config ARM_S3C64XX_CPUFREQ
  189. bool "Samsung S3C64XX"
  190. depends on CPU_S3C6410
  191. default y
  192. help
  193. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  194. If in doubt, say N.
  195. config ARM_S5PV210_CPUFREQ
  196. bool "Samsung S5PV210 and S5PC110"
  197. depends on CPU_S5PV210
  198. default y
  199. help
  200. This adds the CPUFreq driver for Samsung S5PV210 and
  201. S5PC110 SoCs.
  202. If in doubt, say N.
  203. config ARM_SA1100_CPUFREQ
  204. bool
  205. config ARM_SA1110_CPUFREQ
  206. bool
  207. config ARM_SPEAR_CPUFREQ
  208. bool "SPEAr CPUFreq support"
  209. depends on PLAT_SPEAR
  210. default y
  211. help
  212. This adds the CPUFreq driver support for SPEAr SOCs.
  213. config ARM_TEGRA_CPUFREQ
  214. bool "TEGRA CPUFreq support"
  215. depends on ARCH_TEGRA
  216. default y
  217. help
  218. This adds the CPUFreq driver support for TEGRA SOCs.
  219. config ARM_PXA2xx_CPUFREQ
  220. tristate "Intel PXA2xx CPUfreq driver"
  221. depends on PXA27x || PXA25x
  222. help
  223. This add the CPUFreq driver support for Intel PXA2xx SOCs.
  224. If in doubt, say N.