diff options
author | Harald Welte <laforge@gnumonks.org> | 2009-11-30 20:24:34 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 03:10:09 -0500 |
commit | aa9ad6ad9c16e1daff41792c485f46e601a5af33 (patch) | |
tree | 3958ea197f6a08a0969e5a30afb35b3868030095 /arch/arm/plat-samsung/Kconfig | |
parent | 8360493c4ae4c116339cd1cf4da100c3547f23af (diff) |
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/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 486a0d6301e7..e3ae68472ea7 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -13,5 +13,10 @@ config PLAT_SAMSUNG | |||
13 | 13 | ||
14 | if PLAT_SAMSUNG | 14 | if PLAT_SAMSUNG |
15 | 15 | ||
16 | config SAMSUNG_CLKSRC | ||
17 | bool | ||
18 | help | ||
19 | Select the clock code for the clksrc implementation | ||
20 | used by newer systems such as the S3C64XX. | ||
16 | 21 | ||
17 | endif | 22 | endif |