diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2013-03-09 03:03:05 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-25 05:17:12 -0400 |
commit | 6e6aac7590f902d14d90bace3fd4990d57b4979d (patch) | |
tree | d07a40dfd3ed44c010861ac924bd58674e91fd9a /arch/arm/plat-samsung | |
parent | f2585b1cce24d7bc5b4a1de582bf81e43813f840 (diff) |
ARM: EXYNOS: Migrate clock support to common clock framework
Remove Samsung specific clock support in Exynos4/5 and migrate to
use common clock framework.
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Tested-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index b708b3e56d27..6cb19c6aa9d6 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -25,7 +25,7 @@ config PLAT_S5P | |||
25 | select PLAT_SAMSUNG | 25 | select PLAT_SAMSUNG |
26 | select S3C_GPIO_TRACK | 26 | select S3C_GPIO_TRACK |
27 | select S5P_GPIO_DRVSTR | 27 | select S5P_GPIO_DRVSTR |
28 | select SAMSUNG_CLKSRC | 28 | select SAMSUNG_CLKSRC if !COMMON_CLK |
29 | select SAMSUNG_GPIOLIB_4BIT | 29 | select SAMSUNG_GPIOLIB_4BIT |
30 | select SAMSUNG_IRQ_VIC_TIMER | 30 | select SAMSUNG_IRQ_VIC_TIMER |
31 | help | 31 | help |
@@ -89,7 +89,7 @@ config SAMSUNG_CLKSRC | |||
89 | used by newer systems such as the S3C64XX. | 89 | used by newer systems such as the S3C64XX. |
90 | 90 | ||
91 | config S5P_CLOCK | 91 | config S5P_CLOCK |
92 | def_bool (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS) | 92 | def_bool (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210) |
93 | help | 93 | help |
94 | Support common clock part for ARCH_S5P and ARCH_EXYNOS SoCs | 94 | Support common clock part for ARCH_S5P and ARCH_EXYNOS SoCs |
95 | 95 | ||