Skip to content

Commit

Permalink
clk: add config option HAVE_CLK_PREPARE into Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo committed Dec 28, 2011
1 parent 67939b2 commit 5c77f56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ config CLKDEV_LOOKUP
bool
select HAVE_CLK

config HAVE_CLK_PREPARE
bool

config HAVE_MACH_CLKDEV
bool

0 comments on commit 5c77f56

Please sign in to comment.