aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/Kconfig
diff options
context:
space:
mode:
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