Kconfig.arm 626 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # ARM CPU Frequency scaling drivers
  3. #
  4. config ARM_S3C64XX_CPUFREQ
  5. bool "Samsung S3C64XX"
  6. depends on CPU_S3C6410
  7. default y
  8. help
  9. This adds the CPUFreq driver for Samsung S3C6410 SoC.
  10. If in doubt, say N.
  11. config ARM_S5PV210_CPUFREQ
  12. bool "Samsung S5PV210 and S5PC110"
  13. depends on CPU_S5PV210
  14. default y
  15. help
  16. This adds the CPUFreq driver for Samsung S5PV210 and
  17. S5PC110 SoCs.
  18. If in doubt, say N.
  19. config ARM_EXYNOS4210_CPUFREQ
  20. bool "Samsung EXYNOS4210"
  21. depends on CPU_EXYNOS4210
  22. default y
  23. help
  24. This adds the CPUFreq driver for Samsung EXYNOS4210
  25. SoC (S5PV310 or S5PC210).
  26. If in doubt, say N.