Kconfig.arm 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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_S3C2416_CPUFREQ
  83. bool "S3C2416 CPU Frequency scaling support"
  84. depends on CPU_S3C2416
  85. help
  86. This adds the CPUFreq driver for the Samsung S3C2416 and
  87. S3C2450 SoC. The S3C2416 supports changing the rate of the
  88. armdiv clock source and also entering a so called dynamic
  89. voltage scaling mode in which it is possible to reduce the
  90. core voltage of the cpu.
  91. If in doubt, say N.
  92. config ARM_S3C2416_CPUFREQ_VCORESCALE
  93. bool "Allow voltage scaling for S3C2416 arm core"
  94. depends on ARM_S3C2416_CPUFREQ && REGULATOR
  95. help
  96. Enable CPU voltage scaling when entering the dvs mode.
  97. It uses information gathered through existing hardware and
  98. tests but not documented in any datasheet.
  99. If in doubt, say N.
  100. config ARM_S3C64XX_CPUFREQ
  101. bool "Samsung S3C64XX"
  102. depends on CPU_S3C6410
  103. default y
  104. help
  105. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  106. If in doubt, say N.
  107. config ARM_S5PV210_CPUFREQ
  108. bool "Samsung S5PV210 and S5PC110"
  109. depends on CPU_S5PV210
  110. select CPU_FREQ_TABLE
  111. default y
  112. help
  113. This adds the CPUFreq driver for Samsung S5PV210 and
  114. S5PC110 SoCs.
  115. If in doubt, say N.
  116. config ARM_SA1100_CPUFREQ
  117. bool
  118. config ARM_SA1110_CPUFREQ
  119. bool
  120. config ARM_SPEAR_CPUFREQ
  121. bool "SPEAr CPUFreq support"
  122. depends on PLAT_SPEAR
  123. default y
  124. help
  125. This adds the CPUFreq driver support for SPEAr SOCs.