6 config HAVE_CLK_PREPARE
9 config HAVE_MACH_CLKDEV
14 select HAVE_CLK_PREPARE
17 The common clock framework is a single definition of struct
18 clk, useful across many platforms, as well as an
19 implementation of the clock API in include/linux/clk.h.
20 Architectures utilizing the common struct clk should select
23 menu "Common Clock Framework"
26 config COMMON_CLK_DEBUG
27 bool "DebugFS representation of clock tree"
31 Creates a directory hierchy in debugfs for visualizing the clk
32 tree structure. Each directory contains read-only members
33 that export information specific to that clk node: clk_rate,
34 clk_flags, clk_prepare_count, clk_enable_count &