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.

Change-Id: I6d448486d26792bcd87a28a3ead25c063af40731
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
[sboyd@codeaurora.org: Remove CLKDEV config that isn't in 3.0]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Shawn Guo
2011-12-20 14:46:38 +08:00
committed by Stephen Boyd
parent cbb79ea8a1
commit 4ebfc3ff2e

View File

@@ -2,3 +2,6 @@
config CLKDEV_LOOKUP config CLKDEV_LOOKUP
bool bool
select HAVE_CLK select HAVE_CLK
config HAVE_CLK_PREPARE
bool