Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rob Herring and committed by
Mike Turquette
01033be1 1b2f9903

+1
+1
drivers/clk/Kconfig
··· 12 12 config COMMON_CLK 13 13 bool 14 14 select HAVE_CLK_PREPARE 15 + select CLKDEV_LOOKUP 15 16 ---help--- 16 17 The common clock framework is a single definition of struct 17 18 clk, useful across many platforms, as well as an