]>
Commit | Line | Data |
---|---|---|
6d803ba7 JCPV |
1 | |
2 | config CLKDEV_LOOKUP | |
3 | bool | |
4 | select HAVE_CLK | |
aa3831cf | 5 | |
5c77f560 SG |
6 | config HAVE_CLK_PREPARE |
7 | bool | |
8 | ||
aa3831cf KP |
9 | config HAVE_MACH_CLKDEV |
10 | bool | |
b2476490 | 11 | |
8fb61e33 AB |
12 | config COMMON_CLK |
13 | bool | |
b2476490 | 14 | select HAVE_CLK_PREPARE |
01033be1 | 15 | select CLKDEV_LOOKUP |
b2476490 MT |
16 | ---help--- |
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 | |
8fb61e33 | 21 | this option. |
b2476490 | 22 | |
8fb61e33 AB |
23 | menu "Common Clock Framework" |
24 | depends on COMMON_CLK | |
b2476490 | 25 | |
b2476490 MT |
26 | config COMMON_CLK_DEBUG |
27 | bool "DebugFS representation of clock tree" | |
28 | depends on COMMON_CLK | |
29 | select DEBUG_FS | |
30 | ---help--- | |
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 & | |
35 | clk_notifier_count. | |
36 | ||
f05259a6 MB |
37 | config COMMON_CLK_WM831X |
38 | tristate "Clock driver for WM831x/2x PMICs" | |
39 | depends on MFD_WM831X | |
40 | ---help--- | |
41 | Supports the clocking subsystem of the WM831x/2x series of | |
42 | PMICs from Wolfson Microlectronics. | |
43 | ||
8fb61e33 | 44 | endmenu |