dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Shawn Guo 2011-12-20 14:46:38 +08:00
parent 67939b22da
commit 5c77f5608a
1 changed files with 3 additions and 0 deletions

View File

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