Kconfig.arm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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 (EXPERIMENTAL)"
  21. depends on ARM_S3C2416_CPUFREQ && REGULATOR && EXPERIMENTAL
  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.