From 5d8401668ece2cf0c256ec8e553e929ace2941f3 Mon Sep 17 00:00:00 2001 From: Sebastian Hesselbarth Date: Sat, 11 May 2013 03:08:03 +0200 Subject: clk: mvebu: add Dove SoC-centric clock init This is moving core clock and clock gating init for Dove 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 Tested-by: Thomas Petazzoni Acked-by: Mike Turquette Signed-off-by: Jason Cooper --- drivers/clk/mvebu/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/clk/mvebu/Kconfig') diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index 2c3cf9571ce5..bc5f05e6e45f 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig @@ -9,3 +9,7 @@ config MVEBU_CLK_GATING config MVEBU_CLK_COMMON bool + +config DOVE_CLK + bool + select MVEBU_CLK_COMMON -- cgit v1.2.3