diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 18:23:33 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 18:22:54 -0400 |
commit | 22d4239973bbd3738b3cfe6048c55f885f3f6256 (patch) | |
tree | 33ca1b0db61c6a817d6cdcf3bc7bb0111b665845 /arch/arm/mach-s3c2412/Kconfig | |
parent | baf6b281cfa7259ab2d1148b879850f699520bc6 (diff) |
ARM: S3C2412: CPUFREQ: Add core support.
Add core support for frequency scaling on the S3C2412 SoC.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2412/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2412/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig index 63586ffd0ae7..79e18340e074 100644 --- a/arch/arm/mach-s3c2412/Kconfig +++ b/arch/arm/mach-s3c2412/Kconfig | |||
@@ -32,6 +32,12 @@ config S3C2412_PM | |||
32 | help | 32 | help |
33 | Internal config node to apply S3C2412 power management | 33 | Internal config node to apply S3C2412 power management |
34 | 34 | ||
35 | config S3C2412_CPUFREQ | ||
36 | bool | ||
37 | depends on CPU_FREQ_S3C24XX && CPU_S3C2412 | ||
38 | default y | ||
39 | help | ||
40 | CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs. | ||
35 | 41 | ||
36 | menu "S3C2412 Machines" | 42 | menu "S3C2412 Machines" |
37 | 43 | ||