diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 18:34:19 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 20:05:22 -0500 |
commit | 5aa93c0ab86f6553a573276b17c7518c611c84a2 (patch) | |
tree | 7e01e35687a719863c6fbea2d6d7998f2decd42c /arch/arm/mach-s3c24xx/Kconfig | |
parent | dbb8fd34c401b3526ccaab5a490088d19ac3701e (diff) |
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 | |||
387 | 387 | ||
388 | if CPU_S3C2440 | 388 | if CPU_S3C2440 |
389 | 389 | ||
390 | config S3C2440_CPUFREQ | ||
391 | bool "S3C2440/S3C2442 CPU Frequency scaling support" | ||
392 | depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442) | ||
393 | default y | ||
394 | select S3C2410_CPUFREQ_UTILS | ||
395 | help | ||
396 | CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs. | ||
397 | |||
390 | config S3C2440_DMA | 398 | config S3C2440_DMA |
391 | bool | 399 | bool |
392 | help | 400 | help |