Kconfig 301 B

1234567891011121314
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. # Note, the S3C2412 IOtiming support is in plat-s3c24xx
  5. config S3C2412_CPUFREQ
  6. bool
  7. depends on CPU_FREQ_S3C24XX && CPU_S3C2412
  8. select S3C2412_IOTIMING
  9. default y
  10. help
  11. CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.