Kconfig 676 B

1234567891011121314151617181920212223242526272829
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. config S3C2440_XTAL_12000000
  5. bool
  6. help
  7. Indicate that the build needs to support 12MHz system
  8. crystal.
  9. config S3C2440_XTAL_16934400
  10. bool
  11. help
  12. Indicate that the build needs to support 16.9344MHz system
  13. crystal.
  14. config S3C2440_PLL_12000000
  15. bool
  16. depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
  17. default y if CPU_FREQ_S3C24XX_PLL
  18. help
  19. PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
  20. config S3C2440_PLL_16934400
  21. bool
  22. depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
  23. default y if CPU_FREQ_S3C24XX_PLL
  24. help
  25. PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.