diff options
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 5c51115081b3..3089f05ba661 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -64,6 +64,16 @@ config COMMON_CLK_SI5351 | |||
64 | This driver supports Silicon Labs 5351A/B/C programmable clock | 64 | This driver supports Silicon Labs 5351A/B/C programmable clock |
65 | generators. | 65 | generators. |
66 | 66 | ||
67 | config COMMON_CLK_SI570 | ||
68 | tristate "Clock driver for SiLabs 570 and compatible devices" | ||
69 | depends on I2C | ||
70 | depends on OF | ||
71 | select REGMAP_I2C | ||
72 | help | ||
73 | ---help--- | ||
74 | This driver supports Silicon Labs 570/571/598/599 programmable | ||
75 | clock generators. | ||
76 | |||
67 | config COMMON_CLK_S2MPS11 | 77 | config COMMON_CLK_S2MPS11 |
68 | tristate "Clock driver for S2MPS11 MFD" | 78 | tristate "Clock driver for S2MPS11 MFD" |
69 | depends on MFD_SEC_CORE | 79 | depends on MFD_SEC_CORE |