aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-07-30 18:23:27 -0400
committerBen Dooks <ben-linux@fluff.org>2009-07-30 18:22:52 -0400
commita24c091db988551e2c350cfde9eb80ab6e791ffb (patch)
tree487a86d71ed0a97c27c25de9e618e7db25066c8e /arch/arm/mach-s3c2410/Kconfig
parent831a6fcb9393960b35173fa2e0f835b710152fff (diff)
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/mach-s3c2410/Kconfig')
-rw-r--r--arch/arm/mach-s3c2410/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig
index 41bb65d5b91f..a7f70e18ccb4 100644
--- a/arch/arm/mach-s3c2410/Kconfig
+++ b/arch/arm/mach-s3c2410/Kconfig
@@ -12,6 +12,7 @@ config CPU_S3C2410
12 select S3C2410_GPIO 12 select S3C2410_GPIO
13 select CPU_LLSERIAL_S3C2410 13 select CPU_LLSERIAL_S3C2410
14 select S3C2410_PM if PM 14 select S3C2410_PM if PM
15 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
15 help 16 help
16 Support for S3C2410 and S3C2410A family from the S3C24XX line 17 Support for S3C2410 and S3C2410A family from the S3C24XX line
17 of Samsung Mobile CPUs. 18 of Samsung Mobile CPUs.
@@ -45,6 +46,15 @@ config MACH_BAST_IDE
45 Internal node for machines with an BAST style IDE 46 Internal node for machines with an BAST style IDE
46 interface 47 interface
47 48
49# cpu frequency scaling support
50
51config S3C2410_CPUFREQ
52 bool
53 depends on CPU_FREQ_S3C24XX && CPU_S3C2410
54 select S3C2410_CPUFREQ_UTILS
55 help
56 CPU Frequency scaling support for S3C2410
57
48menu "S3C2410 Machines" 58menu "S3C2410 Machines"
49 59
50config ARCH_SMDK2410 60config ARCH_SMDK2410
@@ -79,6 +89,7 @@ config MACH_N30
79config ARCH_BAST 89config ARCH_BAST
80 bool "Simtec Electronics BAST (EB2410ITX)" 90 bool "Simtec Electronics BAST (EB2410ITX)"
81 select CPU_S3C2410 91 select CPU_S3C2410
92 select S3C2410_IOTIMING if S3C2410_CPUFREQ
82 select PM_SIMTEC if PM 93 select PM_SIMTEC if PM
83 select SIMTEC_NOR 94 select SIMTEC_NOR
84 select MACH_BAST_IDE 95 select MACH_BAST_IDE