Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into clk-next
[linux-2.6-microblaze.git] / drivers / clk / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 config HAVE_CLK
4         bool
5         help
6           The <linux/clk.h> calls support software clock gating and
7           thus are a key power management tool on many systems.
8
9 config HAVE_CLK_PREPARE
10         bool
11
12 config HAVE_LEGACY_CLK # TODO: Remove once all legacy users are migrated
13         bool
14         select HAVE_CLK
15         help
16           Select this option when the clock API in <linux/clk.h> is implemented
17           by platform/architecture code. This method is deprecated. Modern
18           code should select COMMON_CLK instead and not define a custom
19           'struct clk'.
20
21 menuconfig COMMON_CLK
22         bool "Common Clock Framework"
23         depends on !HAVE_LEGACY_CLK
24         select HAVE_CLK_PREPARE
25         select HAVE_CLK
26         select SRCU
27         select RATIONAL
28         help
29           The common clock framework is a single definition of struct
30           clk, useful across many platforms, as well as an
31           implementation of the clock API in include/linux/clk.h.
32           Architectures utilizing the common struct clk should select
33           this option.
34
35 if COMMON_CLK
36
37 config COMMON_CLK_WM831X
38         tristate "Clock driver for WM831x/2x PMICs"
39         depends on MFD_WM831X
40         help
41           Supports the clocking subsystem of the WM831x/2x series of
42           PMICs from Wolfson Microelectronics.
43
44 source "drivers/clk/versatile/Kconfig"
45
46 config CLK_HSDK
47         bool "PLL Driver for HSDK platform"
48         depends on ARC_SOC_HSDK || COMPILE_TEST
49         depends on HAS_IOMEM
50         help
51           This driver supports the HSDK core, system, ddr, tunnel and hdmi PLLs
52           control.
53
54 config LMK04832
55         tristate "Ti LMK04832 JESD204B Compliant Clock Jitter Cleaner"
56         depends on SPI
57         select REGMAP_SPI
58         help
59           Say yes here to build support for Texas Instruments' LMK04832 Ultra
60           Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
61
62 config COMMON_CLK_APPLE_NCO
63         tristate "Clock driver for Apple SoC NCOs"
64         depends on ARCH_APPLE || COMPILE_TEST
65         default ARCH_APPLE
66         help
67           This driver supports NCO (Numerically Controlled Oscillator) blocks
68           found on Apple SoCs such as t8103 (M1). The blocks are typically
69           generators of audio clocks.
70
71 config COMMON_CLK_MAX77686
72         tristate "Clock driver for Maxim 77620/77686/77802 MFD"
73         depends on MFD_MAX77686 || MFD_MAX77620 || COMPILE_TEST
74         help
75           This driver supports Maxim 77620/77686/77802 crystal oscillator
76           clock.
77
78 config COMMON_CLK_MAX9485
79         tristate "Maxim 9485 Programmable Clock Generator"
80         depends on I2C
81         help
82           This driver supports Maxim 9485 Programmable Audio Clock Generator
83
84 config COMMON_CLK_RK808
85         tristate "Clock driver for RK805/RK808/RK809/RK817/RK818"
86         depends on MFD_RK808
87         help
88           This driver supports RK805, RK809 and RK817, RK808 and RK818 crystal oscillator clock.
89           These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each.
90           Clkout1 is always on, Clkout2 can off by control register.
91
92 config COMMON_CLK_HI655X
93         tristate "Clock driver for Hi655x" if EXPERT
94         depends on (MFD_HI655X_PMIC || COMPILE_TEST)
95         depends on REGMAP
96         default MFD_HI655X_PMIC
97         help
98           This driver supports the hi655x PMIC clock. This
99           multi-function device has one fixed-rate oscillator, clocked
100           at 32KHz.
101
102 config COMMON_CLK_SCMI
103         tristate "Clock driver controlled via SCMI interface"
104         depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
105         help
106           This driver provides support for clocks that are controlled
107           by firmware that implements the SCMI interface.
108
109           This driver uses SCMI Message Protocol to interact with the
110           firmware providing all the clock controls.
111
112 config COMMON_CLK_SCPI
113         tristate "Clock driver controlled via SCPI interface"
114         depends on ARM_SCPI_PROTOCOL || COMPILE_TEST
115         help
116           This driver provides support for clocks that are controlled
117           by firmware that implements the SCPI interface.
118
119           This driver uses SCPI Message Protocol to interact with the
120           firmware providing all the clock controls.
121
122 config COMMON_CLK_SI5341
123         tristate "Clock driver for SiLabs 5341 and 5340 A/B/C/D devices"
124         depends on I2C
125         select REGMAP_I2C
126         help
127           This driver supports Silicon Labs Si5341 and Si5340 programmable clock
128           generators. Not all features of these chips are currently supported
129           by the driver, in particular it only supports XTAL input. The chip can
130           be pre-programmed to support other configurations and features not yet
131           implemented in the driver.
132
133 config COMMON_CLK_SI5351
134         tristate "Clock driver for SiLabs 5351A/B/C"
135         depends on I2C
136         select REGMAP_I2C
137         help
138           This driver supports Silicon Labs 5351A/B/C programmable clock
139           generators.
140
141 config COMMON_CLK_SI514
142         tristate "Clock driver for SiLabs 514 devices"
143         depends on I2C
144         depends on OF
145         select REGMAP_I2C
146         help
147           This driver supports the Silicon Labs 514 programmable clock
148           generator.
149
150 config COMMON_CLK_SI544
151         tristate "Clock driver for SiLabs 544 devices"
152         depends on I2C
153         select REGMAP_I2C
154         help
155           This driver supports the Silicon Labs 544 programmable clock
156           generator.
157
158 config COMMON_CLK_SI570
159         tristate "Clock driver for SiLabs 570 and compatible devices"
160         depends on I2C
161         depends on OF
162         select REGMAP_I2C
163         help
164           This driver supports Silicon Labs 570/571/598/599 programmable
165           clock generators.
166
167 config COMMON_CLK_BM1880
168         bool "Clock driver for Bitmain BM1880 SoC"
169         depends on ARCH_BITMAIN || COMPILE_TEST
170         default ARCH_BITMAIN
171         help
172           This driver supports the clocks on Bitmain BM1880 SoC.
173
174 config COMMON_CLK_CDCE706
175         tristate "Clock driver for TI CDCE706 clock synthesizer"
176         depends on I2C
177         select REGMAP_I2C
178         help
179           This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.
180
181 config COMMON_CLK_TPS68470
182         tristate "Clock Driver for TI TPS68470 PMIC"
183         depends on I2C
184         depends on INTEL_SKL_INT3472 || COMPILE_TEST
185         select REGMAP_I2C
186         help
187           This driver supports the clocks provided by the TPS68470 PMIC.
188
189 config COMMON_CLK_CDCE925
190         tristate "Clock driver for TI CDCE913/925/937/949 devices"
191         depends on I2C
192         depends on OF
193         select REGMAP_I2C
194         help
195           This driver supports the TI CDCE913/925/937/949 programmable clock
196           synthesizer. Each chip has different number of PLLs and outputs.
197           For example, the CDCE925 contains two PLLs with spread-spectrum
198           clocking support and five output dividers. The driver only supports
199           the following setup, and uses a fixed setting for the output muxes.
200           Y1 is derived from the input clock
201           Y2 and Y3 derive from PLL1
202           Y4 and Y5 derive from PLL2
203           Given a target output frequency, the driver will set the PLL and
204           divider to best approximate the desired output.
205
206 config COMMON_CLK_CS2000_CP
207         tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier"
208         depends on I2C
209         select REGMAP_I2C
210         help
211           If you say yes here you get support for the CS2000 clock multiplier.
212
213 config COMMON_CLK_FSL_FLEXSPI
214         tristate "Clock driver for FlexSPI on Layerscape SoCs"
215         depends on ARCH_LAYERSCAPE || COMPILE_TEST
216         default ARCH_LAYERSCAPE && SPI_NXP_FLEXSPI
217         help
218           On Layerscape SoCs there is a special clock for the FlexSPI
219           interface.
220
221 config COMMON_CLK_FSL_SAI
222         bool "Clock driver for BCLK of Freescale SAI cores"
223         depends on ARCH_LAYERSCAPE || COMPILE_TEST
224         help
225           This driver supports the Freescale SAI (Synchronous Audio Interface)
226           to be used as a generic clock output. Some SoCs have restrictions
227           regarding the possible pin multiplexer settings. Eg. on some SoCs
228           two SAI interfaces can only be enabled together. If just one is
229           needed, the BCLK pin of the second one can be used as general
230           purpose clock output. Ideally, it can be used to drive an audio
231           codec (sometimes known as MCLK).
232
233 config COMMON_CLK_GEMINI
234         bool "Clock driver for Cortina Systems Gemini SoC"
235         depends on ARCH_GEMINI || COMPILE_TEST
236         select MFD_SYSCON
237         select RESET_CONTROLLER
238         help
239           This driver supports the SoC clocks on the Cortina Systems Gemini
240           platform, also known as SL3516 or CS3516.
241
242 config COMMON_CLK_LAN966X
243         bool "Generic Clock Controller driver for LAN966X SoC"
244         depends on SOC_LAN966 || COMPILE_TEST
245         help
246           This driver provides support for Generic Clock Controller(GCK) on
247           LAN966X SoC. GCK generates and supplies clock to various peripherals
248           within the SoC.
249
250 config COMMON_CLK_ASPEED
251         bool "Clock driver for Aspeed BMC SoCs"
252         depends on ARCH_ASPEED || COMPILE_TEST
253         default ARCH_ASPEED
254         select MFD_SYSCON
255         select RESET_CONTROLLER
256         help
257           This driver supports the SoC clocks on the Aspeed BMC platforms.
258
259           The G4 and G5 series, including the ast2400 and ast2500, are supported
260           by this driver.
261
262 config COMMON_CLK_S2MPS11
263         tristate "Clock driver for S2MPS1X/S5M8767 MFD"
264         depends on MFD_SEC_CORE || COMPILE_TEST
265         help
266           This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
267           clock. These multi-function devices have two (S2MPS14) or three
268           (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
269
270 config CLK_TWL6040
271         tristate "External McPDM functional clock from twl6040"
272         depends on TWL6040_CORE
273         help
274           Enable the external functional clock support on OMAP4+ platforms for
275           McPDM. McPDM module is using the external bit clock on the McPDM bus
276           as functional clock.
277
278 config COMMON_CLK_AXI_CLKGEN
279         tristate "AXI clkgen driver"
280         depends on HAS_IOMEM || COMPILE_TEST
281         depends on OF
282         help
283           Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
284           FPGAs. It is commonly used in Analog Devices' reference designs.
285
286 config CLK_QORIQ
287         bool "Clock driver for Freescale QorIQ platforms"
288         depends on OF
289         depends on PPC_E500MC || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
290         help
291           This adds the clock driver support for Freescale QorIQ platforms
292           using common clock framework.
293
294 config CLK_LS1028A_PLLDIG
295         tristate "Clock driver for LS1028A Display output"
296         depends on ARCH_LAYERSCAPE || COMPILE_TEST
297         default ARCH_LAYERSCAPE
298         help
299           This driver support the Display output interfaces(LCD, DPHY) pixel clocks
300           of the QorIQ Layerscape LS1028A, as implemented TSMC CLN28HPM PLL. Not all
301           features of the PLL are currently supported by the driver. By default,
302           configured bypass mode with this PLL.
303
304 config COMMON_CLK_XGENE
305         bool "Clock driver for APM XGene SoC"
306         default ARCH_XGENE
307         depends on ARM64 || COMPILE_TEST
308         help
309           Support for the APM X-Gene SoC reference, PLL, and device clocks.
310
311 config COMMON_CLK_LOCHNAGAR
312         tristate "Cirrus Logic Lochnagar clock driver"
313         depends on MFD_LOCHNAGAR
314         help
315           This driver supports the clocking features of the Cirrus Logic
316           Lochnagar audio development board.
317
318 config COMMON_CLK_NXP
319         def_bool COMMON_CLK && (ARCH_LPC18XX || ARCH_LPC32XX)
320         select REGMAP_MMIO if ARCH_LPC32XX
321         select MFD_SYSCON if ARCH_LPC18XX
322         help
323           Support for clock providers on NXP platforms.
324
325 config COMMON_CLK_PALMAS
326         tristate "Clock driver for TI Palmas devices"
327         depends on MFD_PALMAS
328         help
329           This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO
330           using common clock framework.
331
332 config COMMON_CLK_PWM
333         tristate "Clock driver for PWMs used as clock outputs"
334         depends on PWM
335         help
336           Adapter driver so that any PWM output can be (mis)used as clock signal
337           at 50% duty cycle.
338
339 config COMMON_CLK_PXA
340         def_bool COMMON_CLK && ARCH_PXA
341         help
342           Support for the Marvell PXA SoC.
343
344 config COMMON_CLK_OXNAS
345         bool "Clock driver for the OXNAS SoC Family"
346         depends on ARCH_OXNAS || COMPILE_TEST
347         select MFD_SYSCON
348         help
349           Support for the OXNAS SoC Family clocks.
350
351 config COMMON_CLK_RS9_PCIE
352         tristate "Clock driver for Renesas 9-series PCIe clock generators"
353         depends on I2C
354         depends on OF
355         select REGMAP_I2C
356         help
357           This driver supports the Renesas 9-series PCIe clock generator
358           models 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ.
359
360 config COMMON_CLK_VC5
361         tristate "Clock driver for IDT VersaClock 5,6 devices"
362         depends on I2C
363         depends on OF
364         select REGMAP_I2C
365         help
366           This driver supports the IDT VersaClock 5 and VersaClock 6
367           programmable clock generators.
368
369 config COMMON_CLK_STM32MP157
370         def_bool COMMON_CLK && MACH_STM32MP157
371         help
372           Support for stm32mp157 SoC family clocks
373
374 config COMMON_CLK_STM32F
375         def_bool COMMON_CLK && (MACH_STM32F429 || MACH_STM32F469 || MACH_STM32F746)
376         help
377           Support for stm32f4 and stm32f7 SoC families clocks
378
379 config COMMON_CLK_STM32H7
380         def_bool COMMON_CLK && MACH_STM32H743
381         help
382           Support for stm32h7 SoC family clocks
383
384 config COMMON_CLK_MMP2
385         def_bool COMMON_CLK && (MACH_MMP2_DT || MACH_MMP3_DT)
386         help
387           Support for Marvell MMP2 and MMP3 SoC clocks
388
389 config COMMON_CLK_MMP2_AUDIO
390         tristate "Clock driver for MMP2 Audio subsystem"
391         depends on COMMON_CLK_MMP2 || COMPILE_TEST
392         help
393           This driver supports clocks for Audio subsystem on MMP2 SoC.
394
395 config COMMON_CLK_BD718XX
396         tristate "Clock driver for 32K clk gates on ROHM PMICs"
397         depends on MFD_ROHM_BD718XX || MFD_ROHM_BD71828
398         help
399           This driver supports ROHM BD71837, BD71847, BD71850, BD71815
400           and BD71828 PMICs clock gates.
401
402 config COMMON_CLK_FIXED_MMIO
403         bool "Clock driver for Memory Mapped Fixed values"
404         depends on COMMON_CLK && OF
405         help
406           Support for Memory Mapped IO Fixed clocks
407
408 config COMMON_CLK_K210
409         bool "Clock driver for the Canaan Kendryte K210 SoC"
410         depends on OF && RISCV && SOC_CANAAN
411         default SOC_CANAAN
412         help
413           Support for the Canaan Kendryte K210 RISC-V SoC clocks.
414
415 source "drivers/clk/actions/Kconfig"
416 source "drivers/clk/analogbits/Kconfig"
417 source "drivers/clk/baikal-t1/Kconfig"
418 source "drivers/clk/bcm/Kconfig"
419 source "drivers/clk/hisilicon/Kconfig"
420 source "drivers/clk/imgtec/Kconfig"
421 source "drivers/clk/imx/Kconfig"
422 source "drivers/clk/ingenic/Kconfig"
423 source "drivers/clk/keystone/Kconfig"
424 source "drivers/clk/mediatek/Kconfig"
425 source "drivers/clk/meson/Kconfig"
426 source "drivers/clk/mstar/Kconfig"
427 source "drivers/clk/microchip/Kconfig"
428 source "drivers/clk/mvebu/Kconfig"
429 source "drivers/clk/pistachio/Kconfig"
430 source "drivers/clk/qcom/Kconfig"
431 source "drivers/clk/ralink/Kconfig"
432 source "drivers/clk/renesas/Kconfig"
433 source "drivers/clk/rockchip/Kconfig"
434 source "drivers/clk/samsung/Kconfig"
435 source "drivers/clk/sifive/Kconfig"
436 source "drivers/clk/socfpga/Kconfig"
437 source "drivers/clk/sprd/Kconfig"
438 source "drivers/clk/starfive/Kconfig"
439 source "drivers/clk/sunxi/Kconfig"
440 source "drivers/clk/sunxi-ng/Kconfig"
441 source "drivers/clk/tegra/Kconfig"
442 source "drivers/clk/ti/Kconfig"
443 source "drivers/clk/uniphier/Kconfig"
444 source "drivers/clk/visconti/Kconfig"
445 source "drivers/clk/x86/Kconfig"
446 source "drivers/clk/xilinx/Kconfig"
447 source "drivers/clk/zynqmp/Kconfig"
448
449 # Kunit test cases
450 config CLK_KUNIT_TEST
451         tristate "Basic Clock Framework Kunit Tests" if !KUNIT_ALL_TESTS
452         depends on KUNIT
453         default KUNIT_ALL_TESTS
454         help
455           Kunit tests for the common clock framework.
456
457 config CLK_GATE_KUNIT_TEST
458         tristate "Basic gate type Kunit test" if !KUNIT_ALL_TESTS
459         depends on KUNIT
460         default KUNIT_ALL_TESTS
461         help
462           Kunit test for the basic clk gate type.
463
464 endif