The common clk framework provides clk_prepare and clk_unprepare implementations. Create an entry for HAVE_CLK_PREPARE so that COMMON_CLK can select it.
Signed-off-by: Mike Turquette <mturque...@linaro.org> Signed-off-by: Mike Turquette <mturque...@ti.com> Acked-by: Shawn Guo <shawn....@linaro.org> Cc: Jeremy Kerr <jeremy.k...@canonical.com> Cc: Thomas Gleixner <t...@linutronix.de> Cc: Arnd Bergman <arnd.bergm...@linaro.org> Cc: Paul Walmsley <p...@pwsan.com> Cc: Richard Zhao <richard.z...@linaro.org> Cc: Saravana Kannan <skan...@codeaurora.org> Cc: Magnus Damm <magnus.d...@gmail.com> Cc: Rob Herring <rob.herr...@calxeda.com> Cc: Mark Brown <broo...@opensource.wolfsonmicro.com> Cc: Linus Walleij <linus.wall...@stericsson.com> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: Amit Kucheria <amit.kuche...@linaro.org> Cc: Deepak Saxena <dsax...@linaro.org> Cc: Grant Likely <grant.lik...@secretlab.ca> Cc: Andrew Lunn <and...@lunn.ch> --- drivers/clk/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 9b3cd08..3912576 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -8,3 +8,6 @@ config HAVE_CLK_PREPARE config HAVE_MACH_CLKDEV bool + +config HAVE_CLK_PREPARE + bool -- 1.7.5.4 _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev