summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-05-11 03:08:05 +0200
committerJason Cooper <jason@lakedaemon.net>2013-05-29 19:20:51 +0000
commit6b72333d5b2ef3a01f4e255a32c7c5c74ecf84d0 (patch)
tree52ba30b4162a564f4907487ccd52460defc8237a /drivers/clk/mvebu/Kconfig
parente89406c957459a9791b953d93fcbbc43012470bc (diff)
downloadop-kernel-dev-6b72333d5b2ef3a01f4e255a32c7c5c74ecf84d0.zip
op-kernel-dev-6b72333d5b2ef3a01f4e255a32c7c5c74ecf84d0.tar.gz
clk: mvebu: add Armada 370 SoC-centric clock init
This is moving core clock and clock gating init for Armada 370 to its own file and adds a Kconfig option. Also init functions are added and declared so they get called on of_clk_init. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/clk/mvebu/Kconfig')
-rw-r--r--drivers/clk/mvebu/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig
index 211695c..1daf61e 100644
--- a/drivers/clk/mvebu/Kconfig
+++ b/drivers/clk/mvebu/Kconfig
@@ -10,6 +10,11 @@ config MVEBU_CLK_GATING
config MVEBU_CLK_COMMON
bool
+config ARMADA_370_CLK
+ bool
+ select MVEBU_CLK_COMMON
+ select MVEBU_CLK_CPU
+
config DOVE_CLK
bool
select MVEBU_CLK_COMMON
OpenPOWER on IntegriCloud