aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@linaro.org>2013-03-09 03:03:05 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-03-25 05:17:12 -0400
commit6e6aac7590f902d14d90bace3fd4990d57b4979d (patch)
treed07a40dfd3ed44c010861ac924bd58674e91fd9a /arch/arm/Kconfig
parentf2585b1cce24d7bc5b4a1de582bf81e43813f840 (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/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ee414be31b4d..e232412d14a5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -865,6 +865,7 @@ config ARCH_EXYNOS
865 select ARCH_HAS_HOLES_MEMORYMODEL 865 select ARCH_HAS_HOLES_MEMORYMODEL
866 select ARCH_SPARSEMEM_ENABLE 866 select ARCH_SPARSEMEM_ENABLE
867 select CLKDEV_LOOKUP 867 select CLKDEV_LOOKUP
868 select COMMON_CLK
868 select CPU_V7 869 select CPU_V7
869 select GENERIC_CLOCKEVENTS 870 select GENERIC_CLOCKEVENTS
870 select HAVE_CLK 871 select HAVE_CLK