浏览代码

clk: add config option HAVE_CLK_PREPARE into Kconfig

The commit 40d3e0f (clk: provide prepare/unprepare functions) provides
the config option HAVE_CLK_PREPARE for platforms that have
prepare/unprepare implementation to select.  This patch adds the option
into drivers/clk/Kconfig, so that it can be actually selected.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Shawn Guo 13 年之前
父节点
当前提交
5c77f5608a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/clk/Kconfig

+ 3 - 0
drivers/clk/Kconfig

@@ -3,5 +3,8 @@ config CLKDEV_LOOKUP
 	bool
 	bool
 	select HAVE_CLK
 	select HAVE_CLK
 
 
+config HAVE_CLK_PREPARE
+	bool
+
 config HAVE_MACH_CLKDEV
 config HAVE_MACH_CLKDEV
 	bool
 	bool