aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-21 18:24:34 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-01-21 20:04:21 -0500
commitdbb8fd34c401b3526ccaab5a490088d19ac3701e (patch)
treee406efa3930220ceab0f965c530734b470109fad /arch/arm/mach-s3c24xx/Kconfig
parentc896ba8883b689fa78e24d881d1387f65f9d3805 (diff)
ARM: S3C24XX: Move mach-s3c2412/ cpufreq driver into mach-s3c24xx/
This patch moves mach-s3c2412/cpufreq driver into mach-s3c24xx/ and removes arch/arm/mach-s3c2412/ directory in kernel. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 5cc740c07457..f1d3951fc102 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -280,6 +280,14 @@ config CPU_S3C2412_ONLY
280 !CPU_S3C2443 && CPU_S3C2412 280 !CPU_S3C2443 && CPU_S3C2412
281 default y 281 default y
282 282
283config S3C2412_CPUFREQ
284 bool
285 depends on CPU_FREQ_S3C24XX && CPU_S3C2412
286 default y
287 select S3C2412_IOTIMING
288 help
289 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
290
283config S3C2412_DMA 291config S3C2412_DMA
284 bool 292 bool
285 help 293 help