diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-31 02:23:29 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-31 02:22:53 +0400 |
commit | 342e20f10294aca4097ae2a056c72a202221a75f (patch) | |
tree | 3b5f9658f59239694ca01f18e4a6f39a4d362209 /arch/arm/plat-s3c24xx/Makefile | |
parent | 438a09e1eb01c3f0d4cddde97ed9caae652f910b (diff) | |
download | linux-342e20f10294aca4097ae2a056c72a202221a75f.tar.xz |
ARM: S3C2440: CPUFREQ: Add core support.
Add core support for frequency scaling on the S3C2440 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/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index b28fe9cb0e5e..b73f2e17b166 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_CPU_FREQ_S3C24XX) += cpu-freq.o obj-$(CONFIG_CPU_S3C244X) += s3c244x.o obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o +obj-$(CONFIG_S3C2440_CPUFREQ) += s3c2440-cpufreq.o obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += irq-pm.o |