Kconfig.arm 5.2 KB

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