aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-07-30 18:23:37 -0400
committerBen Dooks <ben-linux@fluff.org>2009-07-30 18:22:55 -0400
commit140780ab5a2bc04ccff77337c3a27f3b44182a91 (patch)
tree719cc3986597f78ee9197404e31738b484de11c7 /arch/arm/plat-s3c24xx/Kconfig
parent25400036867fa7a135fca17810555400d176acaa (diff)
ARM: S3C24XX: CPUFREQ: S3C2412/S3C2443 IO timing support
Add IO bank timing support for S3C2412/S3C2443. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r--arch/arm/plat-s3c24xx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig
index ec9921b6848b..f0b9c73fe008 100644
--- a/arch/arm/plat-s3c24xx/Kconfig
+++ b/arch/arm/plat-s3c24xx/Kconfig
@@ -157,6 +157,15 @@ config S3C2410_CPUFREQ_UTILS
157 Internal node to select timing code that is common to the s3c2410 157 Internal node to select timing code that is common to the s3c2410
158 and s3c2440/s3c244 cpu frequency support. 158 and s3c2440/s3c244 cpu frequency support.
159 159
160# cpu frequency support common to s3c2412, s3c2413 and s3c2442
161
162config S3C2412_IOTIMING
163 bool
164 depends on CPU_FREQ_S3C24XX && (CPU_S3C2412 || CPU_S3C2443)
165 help
166 Intel node to select io timing code that is common to the s3c2412
167 and the s3c2443.
168
160config MACH_SMDK 169config MACH_SMDK
161 bool 170 bool
162 help 171 help