Skip to content

Commit

Permalink
ARM: S3C24XX: CPUFREQ: Add core support.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Ben Dooks committed Jul 30, 2009
1 parent b0e6652 commit 2e4ea6e
Show file tree
Hide file tree
Showing 3 changed files with 889 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/plat-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ obj-y += gpiolib.o
obj-y += clock.o
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o

obj-$(CONFIG_CPU_FREQ_S3C24XX) += cpu-freq.o

# Architecture dependant builds

obj-$(CONFIG_CPU_S3C244X) += s3c244x.o
Expand Down
Loading

0 comments on commit 2e4ea6e

Please sign in to comment.