diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-22 03:34:19 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-22 05:05:22 +0400 |
commit | 5aa93c0ab86f6553a573276b17c7518c611c84a2 (patch) | |
tree | 7e01e35687a719863c6fbea2d6d7998f2decd42c /arch/arm/mach-s3c24xx/Kconfig | |
parent | dbb8fd34c401b3526ccaab5a490088d19ac3701e (diff) | |
download | linux-5aa93c0ab86f6553a573276b17c7518c611c84a2.tar.xz |
ARM: S3C24XX: Move mach-s3c2440/ cpufreq driver into mach-s3c24xx/
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index f1d3951fc102..edf6549391b7 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig @@ -387,6 +387,14 @@ endif # CPU_S3C2416 if CPU_S3C2440 +config S3C2440_CPUFREQ + bool "S3C2440/S3C2442 CPU Frequency scaling support" + depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442) + default y + select S3C2410_CPUFREQ_UTILS + help + CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs. + config S3C2440_DMA bool help |