blob: dd411c86b979901705a729e033272248a6c95cdd [file] [log] [blame]
Paul Walmsley7b9487a2019-04-30 13:50:58 -07001# SPDX-License-Identifier: GPL-2.0
Jean-Christop PLAGNIOL-VILLARD6d803ba2010-11-17 10:04:33 +01002
3config CLKDEV_LOOKUP
4 bool
5 select HAVE_CLK
Kyungmin Parkaa3831c2011-07-18 16:34:54 +09006
Shawn Guo5c77f562011-12-20 14:46:38 +08007config HAVE_CLK_PREPARE
8 bool
9
Arnd Bergmann8fb61e32012-03-17 21:10:51 +000010config COMMON_CLK
11 bool
Mike Turquetteb24764902012-03-15 23:11:19 -070012 select HAVE_CLK_PREPARE
Rob Herring01033be2012-04-09 15:24:58 -050013 select CLKDEV_LOOKUP
Pranith Kumar83fe27e2014-12-05 11:24:45 -050014 select SRCU
Andy Shevchenko07775912015-09-22 18:54:11 +030015 select RATIONAL
Mike Turquetteb24764902012-03-15 23:11:19 -070016 ---help---
17 The common clock framework is a single definition of struct
18 clk, useful across many platforms, as well as an
19 implementation of the clock API in include/linux/clk.h.
20 Architectures utilizing the common struct clk should select
Arnd Bergmann8fb61e32012-03-17 21:10:51 +000021 this option.
Mike Turquetteb24764902012-03-15 23:11:19 -070022
Arnd Bergmann8fb61e32012-03-17 21:10:51 +000023menu "Common Clock Framework"
24 depends on COMMON_CLK
Mike Turquetteb24764902012-03-15 23:11:19 -070025
Mark Brownf05259a2012-05-17 10:04:57 +010026config COMMON_CLK_WM831X
27 tristate "Clock driver for WM831x/2x PMICs"
28 depends on MFD_WM831X
29 ---help---
30 Supports the clocking subsystem of the WM831x/2x series of
Masanari Iidafe4e4372014-10-17 00:09:24 +090031 PMICs from Wolfson Microelectronics.
Mark Brownf05259a2012-05-17 10:04:57 +010032
Pawel Moll5ee2b872013-09-17 17:16:15 +010033source "drivers/clk/versatile/Kconfig"
Linus Walleijf9a6aa42012-08-06 18:32:08 +020034
Eugeniy Paltsevdaeeb432017-08-25 20:39:14 +030035config CLK_HSDK
36 bool "PLL Driver for HSDK platform"
37 depends on OF || COMPILE_TEST
38 ---help---
39 This driver supports the HSDK core, system, ddr, tunnel and hdmi PLLs
40 control.
41
Jonghwa Lee73118e62012-08-28 17:54:28 +090042config COMMON_CLK_MAX77686
Laxman Dewangan5a227cd2016-06-17 16:21:07 +053043 tristate "Clock driver for Maxim 77620/77686/77802 MFD"
Krzysztof Kozlowski9c1b3052016-10-02 22:58:14 +020044 depends on MFD_MAX77686 || MFD_MAX77620 || COMPILE_TEST
Jonghwa Lee73118e62012-08-28 17:54:28 +090045 ---help---
Laxman Dewangan5a227cd2016-06-17 16:21:07 +053046 This driver supports Maxim 77620/77686/77802 crystal oscillator
47 clock.
Javier Martinez Canillas83ccf162014-08-18 10:33:03 +020048
Daniel Mack33f51042018-07-06 20:53:03 +020049config COMMON_CLK_MAX9485
50 tristate "Maxim 9485 Programmable Clock Generator"
51 depends on I2C
52 help
53 This driver supports Maxim 9485 Programmable Audio Clock Generator
54
Chris Zhong038b8922014-10-13 15:52:44 -070055config COMMON_CLK_RK808
Elaine Zhang65bc9d72017-08-16 10:00:03 +080056 tristate "Clock driver for RK805/RK808/RK818"
Chris Zhong038b8922014-10-13 15:52:44 -070057 depends on MFD_RK808
58 ---help---
Elaine Zhang65bc9d72017-08-16 10:00:03 +080059 This driver supports RK805, RK808 and RK818 crystal oscillator clock. These
Chris Zhong038b8922014-10-13 15:52:44 -070060 multi-function devices have two fixed-rate oscillators,
61 clocked at 32KHz each. Clkout1 is always on, Clkout2 can off
62 by control register.
63
Daniel Lezcanob68adc22017-04-17 19:19:25 +020064config COMMON_CLK_HI655X
Riku Voipio3a49afb2018-03-12 12:49:45 +020065 tristate "Clock driver for Hi655x" if EXPERT
66 depends on (MFD_HI655X_PMIC || COMPILE_TEST)
67 depends on REGMAP
68 default MFD_HI655X_PMIC
Daniel Lezcanob68adc22017-04-17 19:19:25 +020069 ---help---
70 This driver supports the hi655x PMIC clock. This
71 multi-function device has one fixed-rate oscillator, clocked
72 at 32KHz.
73
Sudeep Holla6d6a1d82017-06-13 17:19:36 +010074config COMMON_CLK_SCMI
75 tristate "Clock driver controlled via SCMI interface"
76 depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
77 ---help---
78 This driver provides support for clocks that are controlled
79 by firmware that implements the SCMI interface.
80
81 This driver uses SCMI Message Protocol to interact with the
82 firmware providing all the clock controls.
83
Sudeep Hollacd52c2a2015-03-30 10:59:52 +010084config COMMON_CLK_SCPI
85 tristate "Clock driver controlled via SCPI interface"
86 depends on ARM_SCPI_PROTOCOL || COMPILE_TEST
87 ---help---
88 This driver provides support for clocks that are controlled
89 by firmware that implements the SCPI interface.
90
91 This driver uses SCPI Message Protocol to interact with the
92 firmware providing all the clock controls.
93
Sebastian Hesselbarth9abd5f02013-04-11 21:42:29 +020094config COMMON_CLK_SI5351
95 tristate "Clock driver for SiLabs 5351A/B/C"
96 depends on I2C
97 select REGMAP_I2C
98 select RATIONAL
99 ---help---
100 This driver supports Silicon Labs 5351A/B/C programmable clock
101 generators.
102
Mike Looijmans8ce20e62015-10-02 09:15:29 +0200103config COMMON_CLK_SI514
104 tristate "Clock driver for SiLabs 514 devices"
105 depends on I2C
106 depends on OF
107 select REGMAP_I2C
108 help
109 ---help---
110 This driver supports the Silicon Labs 514 programmable clock
111 generator.
112
Mike Looijmans953cc3e2018-03-20 09:15:41 +0100113config COMMON_CLK_SI544
114 tristate "Clock driver for SiLabs 544 devices"
115 depends on I2C
116 select REGMAP_I2C
117 help
118 ---help---
119 This driver supports the Silicon Labs 544 programmable clock
120 generator.
121
Soren Brinkmann1459c832013-09-21 16:40:39 -0700122config COMMON_CLK_SI570
123 tristate "Clock driver for SiLabs 570 and compatible devices"
124 depends on I2C
125 depends on OF
126 select REGMAP_I2C
127 help
128 ---help---
129 This driver supports Silicon Labs 570/571/598/599 programmable
130 clock generators.
131
Mike Looijmansc7d5a46b2015-11-03 12:55:54 +0100132config COMMON_CLK_CDCE706
133 tristate "Clock driver for TI CDCE706 clock synthesizer"
134 depends on I2C
135 select REGMAP_I2C
136 select RATIONAL
137 ---help---
138 This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.
139
Mike Looijmans19fbbbb2015-06-03 07:25:19 +0200140config COMMON_CLK_CDCE925
Akinobu Mita55081242017-01-01 03:04:36 +0900141 tristate "Clock driver for TI CDCE913/925/937/949 devices"
Mike Looijmans19fbbbb2015-06-03 07:25:19 +0200142 depends on I2C
143 depends on OF
144 select REGMAP_I2C
145 help
146 ---help---
Akinobu Mita55081242017-01-01 03:04:36 +0900147 This driver supports the TI CDCE913/925/937/949 programmable clock
148 synthesizer. Each chip has different number of PLLs and outputs.
149 For example, the CDCE925 contains two PLLs with spread-spectrum
150 clocking support and five output dividers. The driver only supports
151 the following setup, and uses a fixed setting for the output muxes.
Mike Looijmans19fbbbb2015-06-03 07:25:19 +0200152 Y1 is derived from the input clock
153 Y2 and Y3 derive from PLL1
154 Y4 and Y5 derive from PLL2
155 Given a target output frequency, the driver will set the PLL and
156 divider to best approximate the desired output.
157
Kuninori Morimoto64dfbe22015-11-10 01:15:09 +0000158config COMMON_CLK_CS2000_CP
159 tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier"
160 depends on I2C
161 help
162 If you say yes here you get support for the CS2000 clock multiplier.
163
Linus Walleij846423f2017-06-21 09:59:52 +0200164config COMMON_CLK_GEMINI
165 bool "Clock driver for Cortina Systems Gemini SoC"
166 depends on ARCH_GEMINI || COMPILE_TEST
167 select MFD_SYSCON
168 select RESET_CONTROLLER
169 ---help---
170 This driver supports the SoC clocks on the Cortina Systems Gemini
171 platform, also known as SL3516 or CS3516.
172
Joel Stanley5eda5d72017-12-22 13:15:18 +1030173config COMMON_CLK_ASPEED
174 bool "Clock driver for Aspeed BMC SoCs"
175 depends on ARCH_ASPEED || COMPILE_TEST
176 default ARCH_ASPEED
177 select MFD_SYSCON
178 select RESET_CONTROLLER
179 ---help---
180 This driver supports the SoC clocks on the Aspeed BMC platforms.
181
182 The G4 and G5 series, including the ast2400 and ast2500, are supported
183 by this driver.
184
Yadwinder Singh Brar7cc560d2013-07-07 17:14:20 +0530185config COMMON_CLK_S2MPS11
Krzysztof Kozlowskie8b60a42014-05-21 13:23:01 +0200186 tristate "Clock driver for S2MPS1X/S5M8767 MFD"
Krzysztof Kozlowski9c1b3052016-10-02 22:58:14 +0200187 depends on MFD_SEC_CORE || COMPILE_TEST
Yadwinder Singh Brar7cc560d2013-07-07 17:14:20 +0530188 ---help---
Krzysztof Kozlowskie8b60a42014-05-21 13:23:01 +0200189 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
190 clock. These multi-function devices have two (S2MPS14) or three
191 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
Yadwinder Singh Brar7cc560d2013-07-07 17:14:20 +0530192
Peter Ujfalusif9f8c042012-09-14 17:30:27 +0300193config CLK_TWL6040
194 tristate "External McPDM functional clock from twl6040"
195 depends on TWL6040_CORE
196 ---help---
197 Enable the external functional clock support on OMAP4+ platforms for
198 McPDM. McPDM module is using the external bit clock on the McPDM bus
199 as functional clock.
200
Lars-Peter Clausen0e646c52013-03-11 16:22:29 +0100201config COMMON_CLK_AXI_CLKGEN
202 tristate "AXI clkgen driver"
Javier Martinez Canillas4a7748c2015-10-13 16:18:18 +0200203 depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
Lars-Peter Clausen0e646c52013-03-11 16:22:29 +0100204 help
205 ---help---
206 Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
207 FPGAs. It is commonly used in Analog Devices' reference designs.
208
Tang Yuantian93a17c02015-01-15 14:03:41 +0800209config CLK_QORIQ
210 bool "Clock driver for Freescale QorIQ platforms"
Linus Torvalds2f4bf522015-11-05 23:38:43 -0800211 depends on (PPC_E500MC || ARM || ARM64 || COMPILE_TEST) && OF
Tang Yuantian555eae92013-04-09 16:46:26 +0800212 ---help---
Tang Yuantian93a17c02015-01-15 14:03:41 +0800213 This adds the clock driver support for Freescale QorIQ platforms
214 using common clock framework.
Tang Yuantian555eae92013-04-09 16:46:26 +0800215
Loc Ho308964c2013-06-26 11:56:09 -0600216config COMMON_CLK_XGENE
217 bool "Clock driver for APM XGene SoC"
218 default y
Javier Martinez Canillas4a7748c2015-10-13 16:18:18 +0200219 depends on ARM64 || COMPILE_TEST
Loc Ho308964c2013-06-26 11:56:09 -0600220 ---help---
221 Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
222
Charles Keepax76c54782019-03-19 13:37:00 +0000223config COMMON_CLK_LOCHNAGAR
224 tristate "Cirrus Logic Lochnagar clock driver"
225 depends on MFD_LOCHNAGAR
226 help
227 This driver supports the clocking features of the Cirrus Logic
228 Lochnagar audio development board.
229
Vladimir Zapolskiyf7c82a62015-12-06 12:45:57 +0200230config COMMON_CLK_NXP
231 def_bool COMMON_CLK && (ARCH_LPC18XX || ARCH_LPC32XX)
232 select REGMAP_MMIO if ARCH_LPC32XX
Ezequiel Garcia72ad6792016-05-16 12:45:36 -0300233 select MFD_SYSCON if ARCH_LPC18XX
Vladimir Zapolskiyf7c82a62015-12-06 12:45:57 +0200234 ---help---
235 Support for clock providers on NXP platforms.
236
Peter Ujfalusi942d1d62014-06-27 09:01:11 +0300237config COMMON_CLK_PALMAS
238 tristate "Clock driver for TI Palmas devices"
239 depends on MFD_PALMAS
240 ---help---
241 This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO
242 using common clock framework.
243
Philipp Zabel9a74ccd2015-02-13 20:18:52 +0100244config COMMON_CLK_PWM
245 tristate "Clock driver for PWMs used as clock outputs"
246 depends on PWM
247 ---help---
248 Adapter driver so that any PWM output can be (mis)used as clock signal
249 at 50% duty cycle.
250
Robert Jarzmik98d147f2014-10-01 23:39:29 +0200251config COMMON_CLK_PXA
252 def_bool COMMON_CLK && ARCH_PXA
253 ---help---
Mike Looijmans048c58b2015-11-03 12:55:53 +0100254 Support for the Marvell PXA SoC.
Robert Jarzmik98d147f2014-10-01 23:39:29 +0200255
Purna Chandra Mandalce6e1182016-05-13 13:22:40 +0530256config COMMON_CLK_PIC32
257 def_bool COMMON_CLK && MACH_PIC32
258
Neil Armstrong0bbd72b2016-04-18 12:01:35 +0200259config COMMON_CLK_OXNAS
260 bool "Clock driver for the OXNAS SoC Family"
Jean Delvare821f9942016-07-07 09:18:44 +0200261 depends on ARCH_OXNAS || COMPILE_TEST
Neil Armstrong0bbd72b2016-04-18 12:01:35 +0200262 select MFD_SYSCON
263 ---help---
264 Support for the OXNAS SoC Family clocks.
265
Marek Vasut3e1aec4e2017-01-12 02:03:24 +0100266config COMMON_CLK_VC5
Marek Vasutdbf6b162017-07-09 15:28:14 +0200267 tristate "Clock driver for IDT VersaClock 5,6 devices"
Marek Vasut3e1aec4e2017-01-12 02:03:24 +0100268 depends on I2C
269 depends on OF
270 select REGMAP_I2C
271 help
272 ---help---
Marek Vasutdbf6b162017-07-09 15:28:14 +0200273 This driver supports the IDT VersaClock 5 and VersaClock 6
274 programmable clock generators.
Marek Vasut3e1aec4e2017-01-12 02:03:24 +0100275
Gabriel Fernandez9bee94e2018-03-08 17:53:55 +0100276config COMMON_CLK_STM32MP157
277 def_bool COMMON_CLK && MACH_STM32MP157
278 help
279 ---help---
280 Support for stm32mp157 SoC family clocks
281
Benjamin Gaignardda32d352018-03-12 10:32:48 +0100282config COMMON_CLK_STM32F
Gabriel Fernandez9a160602018-05-03 08:40:09 +0200283 def_bool COMMON_CLK && (MACH_STM32F429 || MACH_STM32F469 || MACH_STM32F746)
Benjamin Gaignardda32d352018-03-12 10:32:48 +0100284 help
285 ---help---
286 Support for stm32f4 and stm32f7 SoC families clocks
287
288config COMMON_CLK_STM32H7
Gabriel Fernandez9a160602018-05-03 08:40:09 +0200289 def_bool COMMON_CLK && MACH_STM32H743
Benjamin Gaignardda32d352018-03-12 10:32:48 +0100290 help
291 ---help---
292 Support for stm32h7 SoC family clocks
293
Matti Vaittinen2e622462018-12-07 12:01:44 +0200294config COMMON_CLK_BD718XX
295 tristate "Clock driver for ROHM BD718x7 PMIC"
Matti Vaittinen0dae7f52019-06-03 10:25:39 +0300296 depends on MFD_ROHM_BD718XX || MFD_ROHM_BD70528
Matti Vaittinen2e622462018-12-07 12:01:44 +0200297 help
Matti Vaittinen0dae7f52019-06-03 10:25:39 +0300298 This driver supports ROHM BD71837, ROHM BD71847 and
299 ROHM BD70528 PMICs clock gates.
Matti Vaittinen2e622462018-12-07 12:01:44 +0200300
Jan Kotas50cc4ca2018-12-13 12:49:29 +0000301config COMMON_CLK_FIXED_MMIO
302 bool "Clock driver for Memory Mapped Fixed values"
303 depends on COMMON_CLK && OF
304 help
305 Support for Memory Mapped IO Fixed clocks
306
Manivannan Sadhasivam3495e292018-03-26 23:08:57 +0530307source "drivers/clk/actions/Kconfig"
Paul Walmsley7b9487a2019-04-30 13:50:58 -0700308source "drivers/clk/analogbits/Kconfig"
Stephen Boyd64a12c52015-05-14 17:38:21 -0700309source "drivers/clk/bcm/Kconfig"
Bintian Wang72ea4862015-05-29 10:08:38 +0800310source "drivers/clk/hisilicon/Kconfig"
Paul Burton6b0fd6c2017-06-17 13:52:47 -0700311source "drivers/clk/imgtec/Kconfig"
Aisheng Dong3a48d912018-12-13 15:42:50 +0000312source "drivers/clk/imx/Kconfig"
Paul Cercueil0880fb82018-08-23 15:17:41 +0200313source "drivers/clk/ingenic/Kconfig"
Tero Kristob745c072017-06-13 10:09:27 +0300314source "drivers/clk/keystone/Kconfig"
James Liao2886c842016-08-19 13:34:49 +0800315source "drivers/clk/mediatek/Kconfig"
Michael Turquettecb7c47d2016-05-23 14:29:13 -0700316source "drivers/clk/meson/Kconfig"
Sebastian Hesselbarth97fa4cf2012-11-17 15:22:22 +0100317source "drivers/clk/mvebu/Kconfig"
James Liaob9e65eb2016-01-28 16:58:57 +0800318source "drivers/clk/qcom/Kconfig"
Geert Uytterhoevena5bd7f72016-04-13 11:08:42 +0200319source "drivers/clk/renesas/Kconfig"
Pankaj Dubey4ce9b85e2014-05-08 13:07:08 +0900320source "drivers/clk/samsung/Kconfig"
Paul Walmsley30b8e272019-04-30 13:51:00 -0700321source "drivers/clk/sifive/Kconfig"
Chunyan Zhangd41f59f2017-12-07 20:57:05 +0800322source "drivers/clk/sprd/Kconfig"
Maxime Ripard49c726d2019-03-19 15:37:59 +0100323source "drivers/clk/sunxi/Kconfig"
Maxime Ripard1d80c142016-06-29 21:05:23 +0200324source "drivers/clk/sunxi-ng/Kconfig"
Thierry Reding31b52ba2015-04-01 09:10:58 +0200325source "drivers/clk/tegra/Kconfig"
Tony Lindgren21330492016-02-26 09:35:05 -0800326source "drivers/clk/ti/Kconfig"
Masahiro Yamada734d82f2016-09-16 16:40:03 +0900327source "drivers/clk/uniphier/Kconfig"
Jolly Shah3fde0e12018-10-08 11:21:46 -0700328source "drivers/clk/zynqmp/Kconfig"
James Liaob9e65eb2016-01-28 16:58:57 +0800329
330endmenu