summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Makefile
diff options
context:
space:
mode:
authorHarald Welte2009-12-01 02:24:34 +0100
committerBen Dooks2010-01-15 09:10:09 +0100
commitaa9ad6ad9c16e1daff41792c485f46e601a5af33 (patch)
tree3958ea197f6a08a0969e5a30afb35b3868030095 /arch/arm/plat-samsung/Makefile
parentARM: S3C64XX: Compress s3c6400-clock.c code (diff)
downloadkernel-qcow2-linux-aa9ad6ad9c16e1daff41792c485f46e601a5af33.tar.gz
kernel-qcow2-linux-aa9ad6ad9c16e1daff41792c485f46e601a5af33.tar.xz
kernel-qcow2-linux-aa9ad6ad9c16e1daff41792c485f46e601a5af33.zip
ARM: SAMSUNG: Add core clock implementation for clksrc based clocks
Add a core for the clksrc clock implementation, which is found in many of the newer Samsung SoCs into plat-samsung. Signed-off-by: Harald Welte <laforge@gnumonks.org> [ben-linux@fluff.org: split from original patch to make change smaller] [ben-linux@fluff.org: split clk and clksrc changes] [ben-linux@fluff.org: moved to plat-samsung from plat-s3c] [ben-linux@fluff.org: re-wrote headers after splits] [ben-linux@fluff.org: added better documentation to headers] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r--arch/arm/plat-samsung/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile
index 4478b9f7dc34..ce736ce468fd 100644
--- a/arch/arm/plat-samsung/Makefile
+++ b/arch/arm/plat-samsung/Makefile
@@ -9,3 +9,4 @@ obj-m :=
obj-n := dummy.o
obj- :=
+obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o