summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorMike Looijmans2015-10-02 09:15:29 +0200
committerStephen Boyd2015-10-09 08:52:55 +0200
commit8ce20e6617fedb195b7b243fc74cdef1cf1684f6 (patch)
treeb568b83b40a7af594de148ae9d28f9b719b82729 /drivers/clk/Kconfig
parentMerge branch 'v4.3-rc3-clk' of https://github.com/jamesjjliao/linux into clk-... (diff)
downloadkernel-qcow2-linux-8ce20e6617fedb195b7b243fc74cdef1cf1684f6.tar.gz
kernel-qcow2-linux-8ce20e6617fedb195b7b243fc74cdef1cf1684f6.tar.xz
kernel-qcow2-linux-8ce20e6617fedb195b7b243fc74cdef1cf1684f6.zip
Add driver for the si514 clock generator chip
This patch adds the driver and devicetree documentation for the Silicon Labs SI514 clock generator chip. This is an I2C controlled oscillator capable of generating clock signals ranging from 100kHz to 250MHz. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> [sboyd@codeaurora.org: Drop clk.h include, remove some casts] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index bd9f3120370f..573517151976 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -69,6 +69,16 @@ config COMMON_CLK_SI5351
This driver supports Silicon Labs 5351A/B/C programmable clock
generators.
+config COMMON_CLK_SI514
+ tristate "Clock driver for SiLabs 514 devices"
+ depends on I2C
+ depends on OF
+ select REGMAP_I2C
+ help
+ ---help---
+ This driver supports the Silicon Labs 514 programmable clock
+ generator.
+
config COMMON_CLK_SI570
tristate "Clock driver for SiLabs 570 and compatible devices"
depends on I2C