diff options
Diffstat (limited to 'arch/arm/mach-s3c2412/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2412/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig index 63586ffd0ae7..35c1bde89cf2 100644 --- a/arch/arm/mach-s3c2412/Kconfig +++ b/arch/arm/mach-s3c2412/Kconfig | |||
@@ -32,6 +32,15 @@ config S3C2412_PM | |||
32 | help | 32 | help |
33 | Internal config node to apply S3C2412 power management | 33 | Internal config node to apply S3C2412 power management |
34 | 34 | ||
35 | # Note, the S3C2412 IOtiming support is in plat-s3c24xx | ||
36 | |||
37 | config S3C2412_CPUFREQ | ||
38 | bool | ||
39 | depends on CPU_FREQ_S3C24XX && CPU_S3C2412 | ||
40 | select S3C2412_IOTIMING | ||
41 | default y | ||
42 | help | ||
43 | CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs. | ||
35 | 44 | ||
36 | menu "S3C2412 Machines" | 45 | menu "S3C2412 Machines" |
37 | 46 | ||