diff options
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 4864407e3fc4..3f99b9099658 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -34,4 +34,11 @@ config COMMON_CLK_DEBUG | |||
34 | clk_flags, clk_prepare_count, clk_enable_count & | 34 | clk_flags, clk_prepare_count, clk_enable_count & |
35 | clk_notifier_count. | 35 | clk_notifier_count. |
36 | 36 | ||
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 | |||
37 | endmenu | 44 | endmenu |