mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]>
Cc: Russell King <[email protected]>