aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-12-20 14:46:38 +0800
committerShawn Guo <shawn.guo@linaro.org>2011-12-28 21:35:06 +0800
commit5c77f5608a5081632b9530e5f3260f8b63247bd8 (patch)
tree9a7b6ef2f534c9e7fca5a69da4ad6da3efae549c /drivers/clk/Kconfig
parentASoC: mxs-saif: convert to clk_prepare/clk_unprepare (diff)
downloadlinux-dev-5c77f5608a5081632b9530e5f3260f8b63247bd8.tar.xz
linux-dev-5c77f5608a5081632b9530e5f3260f8b63247bd8.zip
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>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 35309274ad68..9b3cd08cd0ed 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -3,5 +3,8 @@ config CLKDEV_LOOKUP
bool
select HAVE_CLK
+config HAVE_CLK_PREPARE
+ bool
+
config HAVE_MACH_CLKDEV
bool