Kconfig.arm 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. select CPU_FREQ_TABLE
  19. default y
  20. help
  21. This adds the CPUFreq driver common part for Samsung
  22. EXYNOS SoCs.
  23. If in doubt, say N.
  24. config ARM_EXYNOS4210_CPUFREQ
  25. def_bool CPU_EXYNOS4210
  26. help
  27. This adds the CPUFreq driver for Samsung EXYNOS4210
  28. SoC (S5PV310 or S5PC210).
  29. config ARM_EXYNOS4X12_CPUFREQ
  30. def_bool (SOC_EXYNOS4212 || SOC_EXYNOS4412)
  31. help
  32. This adds the CPUFreq driver for Samsung EXYNOS4X12
  33. SoC (EXYNOS4212 or EXYNOS4412).
  34. config ARM_EXYNOS5250_CPUFREQ
  35. def_bool SOC_EXYNOS5250
  36. help
  37. This adds the CPUFreq driver for Samsung EXYNOS5250
  38. SoC.
  39. config ARM_EXYNOS5440_CPUFREQ
  40. def_bool SOC_EXYNOS5440
  41. depends on HAVE_CLK && PM_OPP && OF
  42. select CPU_FREQ_TABLE
  43. help
  44. This adds the CPUFreq driver for Samsung EXYNOS5440
  45. SoC. The nature of exynos5440 clock controller is
  46. different than previous exynos controllers so not using
  47. the common exynos framework.
  48. config ARM_HIGHBANK_CPUFREQ
  49. tristate "Calxeda Highbank-based"
  50. depends on ARCH_HIGHBANK
  51. select GENERIC_CPUFREQ_CPU0
  52. select PM_OPP
  53. select REGULATOR
  54. default m
  55. help
  56. This adds the CPUFreq driver for Calxeda Highbank SoC
  57. based boards.
  58. If in doubt, say N.
  59. config ARM_IMX6Q_CPUFREQ
  60. tristate "Freescale i.MX6Q cpufreq support"
  61. depends on SOC_IMX6Q
  62. depends on REGULATOR_ANATOP
  63. select CPU_FREQ_TABLE
  64. help
  65. This adds cpufreq driver support for Freescale i.MX6Q SOC.
  66. If in doubt, say N.
  67. config ARM_INTEGRATOR
  68. tristate "CPUfreq driver for ARM Integrator CPUs"
  69. depends on ARCH_INTEGRATOR
  70. default y
  71. help
  72. This enables the CPUfreq driver for ARM Integrator CPUs.
  73. If in doubt, say Y.
  74. config ARM_KIRKWOOD_CPUFREQ
  75. def_bool ARCH_KIRKWOOD && OF
  76. help
  77. This adds the CPUFreq driver for Marvell Kirkwood
  78. SoCs.
  79. config ARM_OMAP2PLUS_CPUFREQ
  80. bool "TI OMAP2+"
  81. depends on ARCH_OMAP2PLUS
  82. default ARCH_OMAP2PLUS
  83. select CPU_FREQ_TABLE
  84. config ARM_S3C2416_CPUFREQ
  85. bool "S3C2416 CPU Frequency scaling support"
  86. depends on CPU_S3C2416
  87. select CPU_FREQ_TABLE
  88. help
  89. This adds the CPUFreq driver for the Samsung S3C2416 and
  90. S3C2450 SoC. The S3C2416 supports changing the rate of the
  91. armdiv clock source and also entering a so called dynamic
  92. voltage scaling mode in which it is possible to reduce the
  93. core voltage of the cpu.
  94. If in doubt, say N.
  95. config ARM_S3C2416_CPUFREQ_VCORESCALE
  96. bool "Allow voltage scaling for S3C2416 arm core"
  97. depends on ARM_S3C2416_CPUFREQ && REGULATOR
  98. help
  99. Enable CPU voltage scaling when entering the dvs mode.
  100. It uses information gathered through existing hardware and
  101. tests but not documented in any datasheet.
  102. If in doubt, say N.
  103. config ARM_S3C64XX_CPUFREQ
  104. bool "Samsung S3C64XX"
  105. depends on CPU_S3C6410
  106. select CPU_FREQ_TABLE
  107. default y
  108. help
  109. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  110. If in doubt, say N.
  111. config ARM_S5PV210_CPUFREQ
  112. bool "Samsung S5PV210 and S5PC110"
  113. depends on CPU_S5PV210
  114. select CPU_FREQ_TABLE
  115. default y
  116. help
  117. This adds the CPUFreq driver for Samsung S5PV210 and
  118. S5PC110 SoCs.
  119. If in doubt, say N.
  120. config ARM_SA1100_CPUFREQ
  121. bool
  122. config ARM_SA1110_CPUFREQ
  123. bool
  124. config ARM_SPEAR_CPUFREQ
  125. bool "SPEAr CPUFreq support"
  126. depends on PLAT_SPEAR
  127. default y
  128. help
  129. This adds the CPUFreq driver support for SPEAr SOCs.
  130. config ARM_TEGRA_CPUFREQ
  131. bool "TEGRA CPUFreq support"
  132. depends on ARCH_TEGRA
  133. select CPU_FREQ_TABLE
  134. default y
  135. help
  136. This adds the CPUFreq driver support for TEGRA SOCs.