Kconfig.arm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. #
  2. # ARM CPU Frequency scaling drivers
  3. #
  4. config ARM_BIG_LITTLE_CPUFREQ
  5. tristate
  6. depends on ARM_CPU_TOPOLOGY
  7. config ARM_DT_BL_CPUFREQ
  8. tristate "Generic ARM big LITTLE CPUfreq driver probed via DT"
  9. select ARM_BIG_LITTLE_CPUFREQ
  10. depends on OF && HAVE_CLK
  11. help
  12. This enables the Generic CPUfreq driver for ARM big.LITTLE platform.
  13. This gets frequency tables from DT.
  14. config ARM_OMAP2PLUS_CPUFREQ
  15. bool "TI OMAP2+"
  16. depends on ARCH_OMAP2PLUS
  17. default ARCH_OMAP2PLUS
  18. select CPU_FREQ_TABLE
  19. config ARM_S3C2416_CPUFREQ
  20. bool "S3C2416 CPU Frequency scaling support"
  21. depends on CPU_S3C2416
  22. help
  23. This adds the CPUFreq driver for the Samsung S3C2416 and
  24. S3C2450 SoC. The S3C2416 supports changing the rate of the
  25. armdiv clock source and also entering a so called dynamic
  26. voltage scaling mode in which it is possible to reduce the
  27. core voltage of the cpu.
  28. If in doubt, say N.
  29. config ARM_S3C2416_CPUFREQ_VCORESCALE
  30. bool "Allow voltage scaling for S3C2416 arm core"
  31. depends on ARM_S3C2416_CPUFREQ && REGULATOR
  32. help
  33. Enable CPU voltage scaling when entering the dvs mode.
  34. It uses information gathered through existing hardware and
  35. tests but not documented in any datasheet.
  36. If in doubt, say N.
  37. config ARM_S3C64XX_CPUFREQ
  38. bool "Samsung S3C64XX"
  39. depends on CPU_S3C6410
  40. default y
  41. help
  42. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  43. If in doubt, say N.
  44. config ARM_S5PV210_CPUFREQ
  45. bool "Samsung S5PV210 and S5PC110"
  46. depends on CPU_S5PV210
  47. default y
  48. help
  49. This adds the CPUFreq driver for Samsung S5PV210 and
  50. S5PC110 SoCs.
  51. If in doubt, say N.
  52. config ARM_EXYNOS_CPUFREQ
  53. bool "SAMSUNG EXYNOS SoCs"
  54. depends on ARCH_EXYNOS
  55. default y
  56. help
  57. This adds the CPUFreq driver common part for Samsung
  58. EXYNOS SoCs.
  59. If in doubt, say N.
  60. config ARM_EXYNOS4210_CPUFREQ
  61. def_bool CPU_EXYNOS4210
  62. help
  63. This adds the CPUFreq driver for Samsung EXYNOS4210
  64. SoC (S5PV310 or S5PC210).
  65. config ARM_EXYNOS4X12_CPUFREQ
  66. def_bool (SOC_EXYNOS4212 || SOC_EXYNOS4412)
  67. help
  68. This adds the CPUFreq driver for Samsung EXYNOS4X12
  69. SoC (EXYNOS4212 or EXYNOS4412).
  70. config ARM_EXYNOS5250_CPUFREQ
  71. def_bool SOC_EXYNOS5250
  72. help
  73. This adds the CPUFreq driver for Samsung EXYNOS5250
  74. SoC.
  75. config ARM_KIRKWOOD_CPUFREQ
  76. def_bool ARCH_KIRKWOOD && OF
  77. help
  78. This adds the CPUFreq driver for Marvell Kirkwood
  79. SoCs.
  80. config ARM_IMX6Q_CPUFREQ
  81. tristate "Freescale i.MX6Q cpufreq support"
  82. depends on SOC_IMX6Q
  83. depends on REGULATOR_ANATOP
  84. help
  85. This adds cpufreq driver support for Freescale i.MX6Q SOC.
  86. If in doubt, say N.
  87. config ARM_SPEAR_CPUFREQ
  88. bool "SPEAr CPUFreq support"
  89. depends on PLAT_SPEAR
  90. default y
  91. help
  92. This adds the CPUFreq driver support for SPEAr SOCs.
  93. config ARM_HIGHBANK_CPUFREQ
  94. tristate "Calxeda Highbank-based"
  95. depends on ARCH_HIGHBANK
  96. select CPU_FREQ_TABLE
  97. select GENERIC_CPUFREQ_CPU0
  98. select PM_OPP
  99. select REGULATOR
  100. default m
  101. help
  102. This adds the CPUFreq driver for Calxeda Highbank SoC
  103. based boards.
  104. If in doubt, say N.