aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2012-09-18 10:17:48 -0400
committerMike Turquette <mturquette@linaro.org>2012-10-29 14:08:03 -0400
commitbcd6f569e87471d7f104bd9497f0b516a3b12e32 (patch)
treeb15f2f2b9a78232c1f70689d3d5ca35d1ed64168 /drivers/clk/Kconfig
parented27ff1db869cc81a92bed6defb7d107f5a156ff (diff)
clk: Common clocks implementation for Versatile Express
This patch adds a DT and non-DT based implementation of the common clock infrastructure for Versatile Express platform. It registers (statically or using DT) all required fixed clocks, initialises motherboard's SP810 cell (that provides clocks for SP804 timers) and explicitly registers VE "osc" driver, to make the clock generators available early. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 3d0b78438521..823f62d900ba 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -42,10 +42,12 @@ config COMMON_CLK_WM831X
42 42
43config COMMON_CLK_VERSATILE 43config COMMON_CLK_VERSATILE
44 bool "Clock driver for ARM Reference designs" 44 bool "Clock driver for ARM Reference designs"
45 depends on ARCH_INTEGRATOR || ARCH_REALVIEW 45 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS
46 ---help--- 46 ---help---
47 Supports clocking on ARM Reference designs Integrator/AP, 47 Supports clocking on ARM Reference designs:
48 Integrator/CP, RealView PB1176, EB, PB11MP and PBX. 48 - Integrator/AP and Integrator/CP
49 - RealView PB1176, EB, PB11MP and PBX
50 - Versatile Express
49 51
50config COMMON_CLK_MAX77686 52config COMMON_CLK_MAX77686
51 tristate "Clock driver for Maxim 77686 MFD" 53 tristate "Clock driver for Maxim 77686 MFD"