Kconfig.arm 1.8 KB

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