clk: add config option HAVE_CLK_PREPARE into Kconfig
authorShawn Guo <shawn.guo@linaro.org>
Tue, 20 Dec 2011 06:46:38 +0000 (14:46 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 28 Dec 2011 13:35:06 +0000 (21:35 +0800)
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>
drivers/clk/Kconfig

index 35309274ad68fc7b4c6d886cff63809debb54cca..9b3cd08cd0ed5a5ed110e866d9eb6ad2a0ec3cba 100644 (file)
@@ -3,5 +3,8 @@ config CLKDEV_LOOKUP
        bool
        select HAVE_CLK
 
+config HAVE_CLK_PREPARE
+       bool
+
 config HAVE_MACH_CLKDEV
        bool
This page took 0.025076 seconds and 5 git commands to generate.