aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-09 21:02:09 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-09 21:02:09 +0000
commit60c9501fb07525073984acf5de2950be271bc159 (patch)
treea9ab7b7d7982c4cc73fb76537306bf5b7f7f6983 /arch/arm/plat-s3c64xx/Makefile
parent33e114da27a9fac80c890662ea7208d9778b511b (diff)
S3C64XX: Initial support for CPU frequency scaling
This patch provides initial support for CPU frequency scaling on the Samsung S3C64XX series processors. Currently only S3C6410 processors are supported, though addition of another data table with supported clock rates should be sufficient to enable support for further CPUs. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index 4ecefb68252..0d5a9cdf3bb 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -34,6 +34,8 @@ obj-$(CONFIG_PM) += pm.o
obj-$(CONFIG_PM) += sleep.o
obj-$(CONFIG_PM) += irq-pm.o
+obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o
+
# Device setup
obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o