aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-05-11 03:08:02 +0200
committerJason Cooper <jason@lakedaemon.net>2013-05-29 19:20:22 +0000
commita45184099affdd5d14fc357376d388ae069ec79a (patch)
treeec1998801e836c4d619a95be0397ff26a7054f0d /drivers/clk/mvebu/Kconfig
parentclk: mvebu: introduce per-clock-gate flags (diff)
downloadlinux-dev-a45184099affdd5d14fc357376d388ae069ec79a.tar.xz
linux-dev-a45184099affdd5d14fc357376d388ae069ec79a.zip
clk: mvebu: add common clock functions for core clk and clk gating
Based on the current common functions for core clocks and clock gating control, new common functions are joined in a single file. Given the opportunity, names of functions and structs are unified, and also a Kconfig entry is added. 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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig
index 57323fd15ec9..2c3cf9571ce5 100644
--- a/drivers/clk/mvebu/Kconfig
+++ b/drivers/clk/mvebu/Kconfig
@@ -6,3 +6,6 @@ config MVEBU_CLK_CPU
config MVEBU_CLK_GATING
bool
+
+config MVEBU_CLK_COMMON
+ bool