diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-12-20 14:46:38 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2011-12-28 21:35:06 +0800 |
commit | 5c77f5608a5081632b9530e5f3260f8b63247bd8 (patch) | |
tree | 9a7b6ef2f534c9e7fca5a69da4ad6da3efae549c /drivers/clk | |
parent | 67939b22dadd6c5cbf7a4abe9eaec3a8415569a7 (diff) | |
download | blackbird-op-linux-5c77f5608a5081632b9530e5f3260f8b63247bd8.tar.gz blackbird-op-linux-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')
-rw-r--r-- | drivers/clk/Kconfig | 3 |
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 |