diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-04-09 15:24:58 -0500 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-04-24 16:37:41 -0700 |
commit | 01033be1742abfa4359a40d21e8e8ecca39974e5 (patch) | |
tree | 555cfb03df85a71820672c70de67c045bf49e54c /drivers/clk/Kconfig | |
parent | 1b2f99037a29d48d03ddd2fd0dc117888ec737f4 (diff) | |
download | blackbird-op-linux-01033be1742abfa4359a40d21e8e8ecca39974e5.tar.gz blackbird-op-linux-01033be1742abfa4359a40d21e8e8ecca39974e5.zip |
clk: select CLKDEV_LOOKUP for COMMON_CLK
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>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 165e1febae53..f05a60dc1a03 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -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 |