diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 18:23:21 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 18:22:51 -0400 |
commit | 2e4ea6e8209e0c1d93c69c34c32002337b3f747e (patch) | |
tree | 11f2a4291e5cfbc7444d225eedd415bc9e9d23a9 /arch/arm/plat-s3c24xx/Makefile | |
parent | b0e66522f4d86713b0450255210e26c4f11ee86b (diff) |
ARM: S3C24XX: CPUFREQ: Add core support.
Add the core of the support for enabling the CPUFreq driver on
all S3C24XX based systems.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 579a165c2827..1f6add552bd0 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile | |||
@@ -20,6 +20,8 @@ obj-y += gpiolib.o | |||
20 | obj-y += clock.o | 20 | obj-y += clock.o |
21 | obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o | 21 | obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o |
22 | 22 | ||
23 | obj-$(CONFIG_CPU_FREQ_S3C24XX) += cpu-freq.o | ||
24 | |||
23 | # Architecture dependant builds | 25 | # Architecture dependant builds |
24 | 26 | ||
25 | obj-$(CONFIG_CPU_S3C244X) += s3c244x.o | 27 | obj-$(CONFIG_CPU_S3C244X) += s3c244x.o |