diff options
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 165e1febae53..4864407e3fc4 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -12,6 +12,7 @@ config HAVE_MACH_CLKDEV | |||
12 | config COMMON_CLK | 12 | config COMMON_CLK |
13 | bool | 13 | bool |
14 | select HAVE_CLK_PREPARE | 14 | select HAVE_CLK_PREPARE |
15 | select CLKDEV_LOOKUP | ||
15 | ---help--- | 16 | ---help--- |
16 | The common clock framework is a single definition of struct | 17 | The common clock framework is a single definition of struct |
17 | clk, useful across many platforms, as well as an | 18 | clk, useful across many platforms, as well as an |
@@ -22,17 +23,6 @@ config COMMON_CLK | |||
22 | menu "Common Clock Framework" | 23 | menu "Common Clock Framework" |
23 | depends on COMMON_CLK | 24 | depends on COMMON_CLK |
24 | 25 | ||
25 | config COMMON_CLK_DISABLE_UNUSED | ||
26 | bool "Disabled unused clocks at boot" | ||
27 | depends on COMMON_CLK | ||
28 | ---help--- | ||
29 | Traverses the entire clock tree and disables any clocks that are | ||
30 | enabled in hardware but have not been enabled by any device drivers. | ||
31 | This saves power and keeps the software model of the clock in line | ||
32 | with reality. | ||
33 | |||
34 | If in doubt, say "N". | ||
35 | |||
36 | config COMMON_CLK_DEBUG | 26 | config COMMON_CLK_DEBUG |
37 | bool "DebugFS representation of clock tree" | 27 | bool "DebugFS representation of clock tree" |
38 | depends on COMMON_CLK | 28 | depends on COMMON_CLK |