Kconfig.arm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #
  2. # ARM CPU Frequency scaling drivers
  3. #
  4. config ARM_OMAP2PLUS_CPUFREQ
  5. bool "TI OMAP2+"
  6. default ARCH_OMAP2PLUS
  7. select CPU_FREQ_TABLE
  8. config ARM_S3C2416_CPUFREQ
  9. bool "S3C2416 CPU Frequency scaling support"
  10. depends on CPU_S3C2416
  11. help
  12. This adds the CPUFreq driver for the Samsung S3C2416 and
  13. S3C2450 SoC. The S3C2416 supports changing the rate of the
  14. armdiv clock source and also entering a so called dynamic
  15. voltage scaling mode in which it is possible to reduce the
  16. core voltage of the cpu.
  17. If in doubt, say N.
  18. config ARM_S3C2416_CPUFREQ_VCORESCALE
  19. bool "Allow voltage scaling for S3C2416 arm core (EXPERIMENTAL)"
  20. depends on ARM_S3C2416_CPUFREQ && REGULATOR && EXPERIMENTAL
  21. help
  22. Enable CPU voltage scaling when entering the dvs mode.
  23. It uses information gathered through existing hardware and
  24. tests but not documented in any datasheet.
  25. If in doubt, say N.
  26. config ARM_S3C64XX_CPUFREQ
  27. bool "Samsung S3C64XX"
  28. depends on CPU_S3C6410
  29. default y
  30. help
  31. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  32. If in doubt, say N.
  33. config ARM_S5PV210_CPUFREQ
  34. bool "Samsung S5PV210 and S5PC110"
  35. depends on CPU_S5PV210
  36. default y
  37. help
  38. This adds the CPUFreq driver for Samsung S5PV210 and
  39. S5PC110 SoCs.
  40. If in doubt, say N.
  41. config ARM_EXYNOS_CPUFREQ
  42. bool "SAMSUNG EXYNOS SoCs"
  43. depends on ARCH_EXYNOS
  44. select ARM_EXYNOS4210_CPUFREQ if CPU_EXYNOS4210
  45. select ARM_EXYNOS4X12_CPUFREQ if (SOC_EXYNOS4212 || SOC_EXYNOS4412)
  46. select ARM_EXYNOS5250_CPUFREQ if SOC_EXYNOS5250
  47. default y
  48. help
  49. This adds the CPUFreq driver common part for Samsung
  50. EXYNOS SoCs.
  51. If in doubt, say N.
  52. config ARM_EXYNOS4210_CPUFREQ
  53. bool "Samsung EXYNOS4210"
  54. depends on ARCH_EXYNOS
  55. help
  56. This adds the CPUFreq driver for Samsung EXYNOS4210
  57. SoC (S5PV310 or S5PC210).
  58. config ARM_EXYNOS4X12_CPUFREQ
  59. bool "Samsung EXYNOS4X12"
  60. help
  61. This adds the CPUFreq driver for Samsung EXYNOS4X12
  62. SoC (EXYNOS4212 or EXYNOS4412).
  63. config ARM_EXYNOS5250_CPUFREQ
  64. bool "Samsung EXYNOS5250"
  65. help
  66. This adds the CPUFreq driver for Samsung EXYNOS5250
  67. SoC.