clk: select CLKDEV_LOOKUP for COMMON_CLK
authorRob Herring <rob.herring@calxeda.com>
Mon, 9 Apr 2012 20:24:58 +0000 (15:24 -0500)
committerMike Turquette <mturquette@linaro.org>
Tue, 24 Apr 2012 23:37:41 +0000 (16:37 -0700)
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>
drivers/clk/Kconfig

index 165e1febae53676458e3d24256f08b547d14d0d8..f05a60dc1a032ab10c7d5b94aba73b49d04a899a 100644 (file)
@@ -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
This page took 0.044719 seconds and 5 git commands to generate.