summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto2015-11-10 02:15:09 +0100
committerStephen Boyd2015-12-01 01:33:38 +0100
commit64dfbe240f47f672957ff0fadf98583f0412e7e6 (patch)
treec589ca3c905205980c6e32acd76a577fb2163813 /drivers/clk/Kconfig
parentclk: fix a typo in comment block of clk_notifier_register() (diff)
downloadkernel-qcow2-linux-64dfbe240f47f672957ff0fadf98583f0412e7e6.tar.gz
kernel-qcow2-linux-64dfbe240f47f672957ff0fadf98583f0412e7e6.tar.xz
kernel-qcow2-linux-64dfbe240f47f672957ff0fadf98583f0412e7e6.zip
clk: add CS2000 Fractional-N driver
This patch adds CS2000 Fractional-N driver as clock provider. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> [sboyd@codeaurora.org: Fix unsigned checked for < 0 in cs2000_ratio_get()] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index c3e3a02f7f1f..d2d3871e64c9 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -116,6 +116,12 @@ config COMMON_CLK_CDCE925
Given a target output frequency, the driver will set the PLL and
divider to best approximate the desired output.
+config COMMON_CLK_CS2000_CP
+ tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier"
+ depends on I2C
+ help
+ If you say yes here you get support for the CS2000 clock multiplier.
+
config COMMON_CLK_S2MPS11
tristate "Clock driver for S2MPS1X/S5M8767 MFD"
depends on MFD_SEC_CORE