diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-12-20 01:46:38 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2011-12-28 08:35:06 -0500 |
commit | 5c77f5608a5081632b9530e5f3260f8b63247bd8 (patch) | |
tree | 9a7b6ef2f534c9e7fca5a69da4ad6da3efae549c /drivers/clk/Kconfig | |
parent | 67939b22dadd6c5cbf7a4abe9eaec3a8415569a7 (diff) |
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/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 | |||
3 | bool | 3 | bool |
4 | select HAVE_CLK | 4 | select HAVE_CLK |
5 | 5 | ||
6 | config HAVE_CLK_PREPARE | ||
7 | bool | ||
8 | |||
6 | config HAVE_MACH_CLKDEV | 9 | config HAVE_MACH_CLKDEV |
7 | bool | 10 | bool |