summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd2014-01-15 19:47:23 +0100
committerMike Turquette2014-01-16 21:00:58 +0100
commit085d7a455444f4d425371ee3c8a273c6e1b522db (patch)
tree77367862a144e00868d3bd8d08d6f41c1bfd7f5c /drivers/clk/Kconfig
parentclk: Add set_rate_and_parent() op (diff)
downloadkernel-qcow2-linux-085d7a455444f4d425371ee3c8a273c6e1b522db.tar.gz
kernel-qcow2-linux-085d7a455444f4d425371ee3c8a273c6e1b522db.tar.xz
kernel-qcow2-linux-085d7a455444f4d425371ee3c8a273c6e1b522db.zip
clk: qcom: Add a regmap type clock struct
Add a clock type that associates a regmap pointer and some enable/disable bits with a clk_hw struct. This will be the struct that a hw specific implementation wraps if it wants to use the regmap helper functions. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 407cffb04895..7641965d208d 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -107,6 +107,8 @@ config COMMON_CLK_KEYSTONE
Supports clock drivers for Keystone based SOCs. These SOCs have local
a power sleep control module that gate the clock to the IPs and PLLs.
+source "drivers/clk/qcom/Kconfig"
+
endmenu
source "drivers/clk/mvebu/Kconfig"