Kconfig.arm 2.6 KB

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