diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-05-11 03:08:04 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-29 21:20:38 +0200 |
commit | e89406c957459a9791b953d93fcbbc43012470bc (patch) | |
tree | 1a031e50845056343d6fe72d30c8874af5b6bdd7 /drivers/clk/mvebu/Kconfig | |
parent | clk: mvebu: add Dove SoC-centric clock init (diff) | |
download | linux-e89406c957459a9791b953d93fcbbc43012470bc.tar.xz linux-e89406c957459a9791b953d93fcbbc43012470bc.zip |
clk: mvebu: add Kirkwood SoC-centric clock init
This is moving core clock and clock gating init for Kirkwood 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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index bc5f05e6e45f..211695cd4db8 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig @@ -13,3 +13,7 @@ config MVEBU_CLK_COMMON config DOVE_CLK bool select MVEBU_CLK_COMMON + +config KIRKWOOD_CLK + bool + select MVEBU_CLK_COMMON |