diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 22:23:27 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 22:22:52 (GMT) |
commit | a24c091db988551e2c350cfde9eb80ab6e791ffb (patch) | |
tree | 487a86d71ed0a97c27c25de9e618e7db25066c8e /arch/arm/plat-s3c24xx/Kconfig | |
parent | 831a6fcb9393960b35173fa2e0f835b710152fff (diff) | |
download | linux-a24c091db988551e2c350cfde9eb80ab6e791ffb.tar.xz |
ARM: S3C2410: CPUFREQ: Add core support.
Add core support for frequency scaling on the S3C2410 SoC.
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index d82d30c..a547c79 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -116,6 +116,13 @@ config S3C2410_IOTIMING Internal node to select io timing code that is common to the s3c2410 and s3c2440/s3c2442 cpu frequency support. +config S3C2410_CPUFREQ_UTILS + bool + depends on CPU_FREQ_S3C24XX + help + Internal node to select timing code that is common to the s3c2410 + and s3c2440/s3c244 cpu frequency support. + config MACH_SMDK bool help |