Skip to content

Commit

Permalink
clk: select CLKDEV_LOOKUP for COMMON_CLK
Browse files Browse the repository at this point in the history
Using the common clock infrastructure without the common clkdev code makes
little sense, so select CLKDEV_LOOKUP for COMMON_CLK.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Rob Herring authored and Mike Turquette committed Apr 24, 2012
1 parent 1b2f990 commit 01033be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ config HAVE_MACH_CLKDEV
config COMMON_CLK
bool
select HAVE_CLK_PREPARE
select CLKDEV_LOOKUP
---help---
The common clock framework is a single definition of struct
clk, useful across many platforms, as well as an
Expand Down

0 comments on commit 01033be

Please sign in to comment.