Kconfig.arm 5.8 KB

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