diff options
author | Harald Welte <laforge@gnumonks.org> | 2009-12-01 01:24:34 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 17:10:09 +0900 |
commit | aa9ad6ad9c16e1daff41792c485f46e601a5af33 (patch) | |
tree | 3958ea197f6a08a0969e5a30afb35b3868030095 /arch/arm/plat-samsung/Makefile | |
parent | 8360493c4ae4c116339cd1cf4da100c3547f23af (diff) | |
download | blackbird-op-linux-aa9ad6ad9c16e1daff41792c485f46e601a5af33.tar.gz blackbird-op-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/Makefile | 1 |
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 |