Kconfig.arm 6.2 KB

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