diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2015-01-12 10:20:46 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-01-17 13:52:40 -0800 |
commit | 0c7665c356021c10c3f45a620f3f12ad599850d5 (patch) | |
tree | 49dd4d6f3f2d94cfe8fbfd2713adbc1dcdd7c318 /drivers/clk/Kconfig | |
parent | c7662fc59ca38517e0ec04ceaa123ed8209ab6bf (diff) | |
download | blackbird-op-linux-0c7665c356021c10c3f45a620f3f12ad599850d5.tar.gz blackbird-op-linux-0c7665c356021c10c3f45a620f3f12ad599850d5.zip |
clk: TI CDCE706 clock synthesizer driver
The driver allows using CDCE706 in its default configuration recorded in
EEPROM and adjusting of synthesized clocks by consumers.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 3f44f292d066..975af6a3c20d 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -134,6 +134,14 @@ config COMMON_CLK_PXA ---help--- Sypport for the Marvell PXA SoC. +config COMMON_CLK_CDCE706 + tristate "Clock driver for TI CDCE706 clock synthesizer" + depends on I2C + select REGMAP_I2C + select RATIONAL + ---help--- + This driver supports TI CDCE706 programmable 3-PLL clock synthesizer. + source "drivers/clk/qcom/Kconfig" endmenu |