Kconfig.arm 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. #
  2. # ARM CPU Frequency scaling drivers
  3. #
  4. config ARM_BIG_LITTLE_CPUFREQ
  5. tristate "Generic ARM big LITTLE CPUfreq driver"
  6. depends on ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK
  7. select CPU_FREQ_TABLE
  8. help
  9. This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
  10. config ARM_DT_BL_CPUFREQ
  11. tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver"
  12. depends on ARM_BIG_LITTLE_CPUFREQ && OF
  13. help
  14. This enables probing via DT for Generic CPUfreq driver for ARM
  15. big.LITTLE platform. This gets frequency tables from DT.
  16. config ARM_EXYNOS_CPUFREQ
  17. bool "SAMSUNG EXYNOS SoCs"
  18. depends on ARCH_EXYNOS
  19. select CPU_FREQ_TABLE
  20. default y
  21. help
  22. This adds the CPUFreq driver common part for Samsung
  23. EXYNOS SoCs.
  24. If in doubt, say N.
  25. config ARM_EXYNOS4210_CPUFREQ
  26. def_bool CPU_EXYNOS4210
  27. help
  28. This adds the CPUFreq driver for Samsung EXYNOS4210
  29. SoC (S5PV310 or S5PC210).
  30. config ARM_EXYNOS4X12_CPUFREQ
  31. def_bool (SOC_EXYNOS4212 || SOC_EXYNOS4412)
  32. help
  33. This adds the CPUFreq driver for Samsung EXYNOS4X12
  34. SoC (EXYNOS4212 or EXYNOS4412).
  35. config ARM_EXYNOS5250_CPUFREQ
  36. def_bool SOC_EXYNOS5250
  37. help
  38. This adds the CPUFreq driver for Samsung EXYNOS5250
  39. SoC.
  40. config ARM_EXYNOS5440_CPUFREQ
  41. def_bool SOC_EXYNOS5440
  42. depends on HAVE_CLK && PM_OPP && OF
  43. select CPU_FREQ_TABLE
  44. help
  45. This adds the CPUFreq driver for Samsung EXYNOS5440
  46. SoC. The nature of exynos5440 clock controller is
  47. different than previous exynos controllers so not using
  48. the common exynos framework.
  49. config ARM_HIGHBANK_CPUFREQ
  50. tristate "Calxeda Highbank-based"
  51. depends on ARCH_HIGHBANK
  52. select GENERIC_CPUFREQ_CPU0
  53. select PM_OPP
  54. select REGULATOR
  55. default m
  56. help
  57. This adds the CPUFreq driver for Calxeda Highbank SoC
  58. based boards.
  59. If in doubt, say N.
  60. config ARM_IMX6Q_CPUFREQ
  61. tristate "Freescale i.MX6Q cpufreq support"
  62. depends on SOC_IMX6Q
  63. depends on REGULATOR_ANATOP
  64. select CPU_FREQ_TABLE
  65. help
  66. This adds cpufreq driver support for Freescale i.MX6Q SOC.
  67. If in doubt, say N.
  68. config ARM_INTEGRATOR
  69. tristate "CPUfreq driver for ARM Integrator CPUs"
  70. depends on ARCH_INTEGRATOR
  71. default y
  72. help
  73. This enables the CPUfreq driver for ARM Integrator CPUs.
  74. If in doubt, say Y.
  75. config ARM_KIRKWOOD_CPUFREQ
  76. def_bool ARCH_KIRKWOOD && OF
  77. select CPU_FREQ_TABLE
  78. help
  79. This adds the CPUFreq driver for Marvell Kirkwood
  80. SoCs.
  81. config ARM_OMAP2PLUS_CPUFREQ
  82. bool "TI OMAP2+"
  83. depends on ARCH_OMAP2PLUS
  84. default ARCH_OMAP2PLUS
  85. select CPU_FREQ_TABLE
  86. config ARM_S3C_CPUFREQ
  87. bool
  88. help
  89. Internal configuration node for common cpufreq on Samsung SoC
  90. config ARM_S3C24XX_CPUFREQ
  91. bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
  92. depends on ARCH_S3C24XX
  93. select ARM_S3C_CPUFREQ
  94. help
  95. This enables the CPUfreq driver for the Samsung S3C24XX family
  96. of CPUs.
  97. For details, take a look at <file:Documentation/cpu-freq>.
  98. If in doubt, say N.
  99. config ARM_S3C24XX_CPUFREQ_DEBUG
  100. bool "Debug CPUfreq Samsung driver core"
  101. depends on ARM_S3C24XX_CPUFREQ
  102. help
  103. Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
  104. config ARM_S3C24XX_CPUFREQ_IODEBUG
  105. bool "Debug CPUfreq Samsung driver IO timing"
  106. depends on ARM_S3C24XX_CPUFREQ
  107. help
  108. Enable s3c_freq_iodbg for the Samsung S3C CPUfreq core
  109. config ARM_S3C24XX_CPUFREQ_DEBUGFS
  110. bool "Export debugfs for CPUFreq"
  111. depends on ARM_S3C24XX_CPUFREQ && DEBUG_FS
  112. help
  113. Export status information via debugfs.
  114. config ARM_S3C2410_CPUFREQ
  115. bool
  116. depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2410
  117. select S3C2410_CPUFREQ_UTILS
  118. help
  119. CPU Frequency scaling support for S3C2410
  120. config ARM_S3C2412_CPUFREQ
  121. bool
  122. depends on ARM_S3C24XX_CPUFREQ && CPU_S3C2412
  123. default y
  124. select S3C2412_IOTIMING
  125. help
  126. CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
  127. config ARM_S3C2416_CPUFREQ
  128. bool "S3C2416 CPU Frequency scaling support"
  129. depends on CPU_S3C2416
  130. select CPU_FREQ_TABLE
  131. help
  132. This adds the CPUFreq driver for the Samsung S3C2416 and
  133. S3C2450 SoC. The S3C2416 supports changing the rate of the
  134. armdiv clock source and also entering a so called dynamic
  135. voltage scaling mode in which it is possible to reduce the
  136. core voltage of the cpu.
  137. If in doubt, say N.
  138. config ARM_S3C2416_CPUFREQ_VCORESCALE
  139. bool "Allow voltage scaling for S3C2416 arm core"
  140. depends on ARM_S3C2416_CPUFREQ && REGULATOR
  141. help
  142. Enable CPU voltage scaling when entering the dvs mode.
  143. It uses information gathered through existing hardware and
  144. tests but not documented in any datasheet.
  145. If in doubt, say N.
  146. config ARM_S3C2440_CPUFREQ
  147. bool "S3C2440/S3C2442 CPU Frequency scaling support"
  148. depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2440 || CPU_S3C2442)
  149. select S3C2410_CPUFREQ_UTILS
  150. default y
  151. help
  152. CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
  153. config ARM_S3C64XX_CPUFREQ
  154. bool "Samsung S3C64XX"
  155. depends on CPU_S3C6410
  156. select CPU_FREQ_TABLE
  157. default y
  158. help
  159. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  160. If in doubt, say N.
  161. config ARM_S5PV210_CPUFREQ
  162. bool "Samsung S5PV210 and S5PC110"
  163. depends on CPU_S5PV210
  164. select CPU_FREQ_TABLE
  165. default y
  166. help
  167. This adds the CPUFreq driver for Samsung S5PV210 and
  168. S5PC110 SoCs.
  169. If in doubt, say N.
  170. config ARM_SA1100_CPUFREQ
  171. bool
  172. config ARM_SA1110_CPUFREQ
  173. bool
  174. config ARM_SPEAR_CPUFREQ
  175. bool "SPEAr CPUFreq support"
  176. depends on PLAT_SPEAR
  177. select CPU_FREQ_TABLE
  178. default y
  179. help
  180. This adds the CPUFreq driver support for SPEAr SOCs.
  181. config ARM_TEGRA_CPUFREQ
  182. bool "TEGRA CPUFreq support"
  183. depends on ARCH_TEGRA
  184. select CPU_FREQ_TABLE
  185. default y
  186. help
  187. This adds the CPUFreq driver support for TEGRA SOCs.