1 # SPDX-License-Identifier: GPL-2.0
7 config HAVE_CLK_PREPARE
12 select HAVE_CLK_PREPARE
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
23 menu "Common Clock Framework"
26 config COMMON_CLK_WM831X
27 tristate "Clock driver for WM831x/2x PMICs"
30 Supports the clocking subsystem of the WM831x/2x series of
31 PMICs from Wolfson Microelectronics.
33 source "drivers/clk/versatile/Kconfig"
36 bool "PLL Driver for HSDK platform"
37 depends on OF || COMPILE_TEST
39 This driver supports the HSDK core, system, ddr, tunnel and hdmi PLLs
42 config COMMON_CLK_MAX77686
43 tristate "Clock driver for Maxim 77620/77686/77802 MFD"
44 depends on MFD_MAX77686 || MFD_MAX77620 || COMPILE_TEST
46 This driver supports Maxim 77620/77686/77802 crystal oscillator
49 config COMMON_CLK_MAX9485
50 tristate "Maxim 9485 Programmable Clock Generator"
53 This driver supports Maxim 9485 Programmable Audio Clock Generator
55 config COMMON_CLK_RK808
56 tristate "Clock driver for RK805/RK808/RK809/RK817/RK818"
59 This driver supports RK805, RK809 and RK817, RK808 and RK818 crystal oscillator clock.
60 These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each.
61 Clkout1 is always on, Clkout2 can off by control register.
63 config COMMON_CLK_HI655X
64 tristate "Clock driver for Hi655x" if EXPERT
65 depends on (MFD_HI655X_PMIC || COMPILE_TEST)
67 default MFD_HI655X_PMIC
69 This driver supports the hi655x PMIC clock. This
70 multi-function device has one fixed-rate oscillator, clocked
73 config COMMON_CLK_SCMI
74 tristate "Clock driver controlled via SCMI interface"
75 depends on ARM_SCMI_PROTOCOL || COMPILE_TEST
77 This driver provides support for clocks that are controlled
78 by firmware that implements the SCMI interface.
80 This driver uses SCMI Message Protocol to interact with the
81 firmware providing all the clock controls.
83 config COMMON_CLK_SCPI
84 tristate "Clock driver controlled via SCPI interface"
85 depends on ARM_SCPI_PROTOCOL || COMPILE_TEST
87 This driver provides support for clocks that are controlled
88 by firmware that implements the SCPI interface.
90 This driver uses SCPI Message Protocol to interact with the
91 firmware providing all the clock controls.
93 config COMMON_CLK_SI5341
94 tristate "Clock driver for SiLabs 5341 and 5340 A/B/C/D devices"
98 This driver supports Silicon Labs Si5341 and Si5340 programmable clock
99 generators. Not all features of these chips are currently supported
100 by the driver, in particular it only supports XTAL input. The chip can
101 be pre-programmed to support other configurations and features not yet
102 implemented in the driver.
104 config COMMON_CLK_SI5351
105 tristate "Clock driver for SiLabs 5351A/B/C"
110 This driver supports Silicon Labs 5351A/B/C programmable clock
113 config COMMON_CLK_SI514
114 tristate "Clock driver for SiLabs 514 devices"
120 This driver supports the Silicon Labs 514 programmable clock
123 config COMMON_CLK_SI544
124 tristate "Clock driver for SiLabs 544 devices"
129 This driver supports the Silicon Labs 544 programmable clock
132 config COMMON_CLK_SI570
133 tristate "Clock driver for SiLabs 570 and compatible devices"
139 This driver supports Silicon Labs 570/571/598/599 programmable
142 config COMMON_CLK_CDCE706
143 tristate "Clock driver for TI CDCE706 clock synthesizer"
148 This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.
150 config COMMON_CLK_CDCE925
151 tristate "Clock driver for TI CDCE913/925/937/949 devices"
157 This driver supports the TI CDCE913/925/937/949 programmable clock
158 synthesizer. Each chip has different number of PLLs and outputs.
159 For example, the CDCE925 contains two PLLs with spread-spectrum
160 clocking support and five output dividers. The driver only supports
161 the following setup, and uses a fixed setting for the output muxes.
162 Y1 is derived from the input clock
163 Y2 and Y3 derive from PLL1
164 Y4 and Y5 derive from PLL2
165 Given a target output frequency, the driver will set the PLL and
166 divider to best approximate the desired output.
168 config COMMON_CLK_CS2000_CP
169 tristate "Clock driver for CS2000 Fractional-N Clock Synthesizer & Clock Multiplier"
172 If you say yes here you get support for the CS2000 clock multiplier.
174 config COMMON_CLK_GEMINI
175 bool "Clock driver for Cortina Systems Gemini SoC"
176 depends on ARCH_GEMINI || COMPILE_TEST
178 select RESET_CONTROLLER
180 This driver supports the SoC clocks on the Cortina Systems Gemini
181 platform, also known as SL3516 or CS3516.
183 config COMMON_CLK_ASPEED
184 bool "Clock driver for Aspeed BMC SoCs"
185 depends on ARCH_ASPEED || COMPILE_TEST
188 select RESET_CONTROLLER
190 This driver supports the SoC clocks on the Aspeed BMC platforms.
192 The G4 and G5 series, including the ast2400 and ast2500, are supported
195 config COMMON_CLK_S2MPS11
196 tristate "Clock driver for S2MPS1X/S5M8767 MFD"
197 depends on MFD_SEC_CORE || COMPILE_TEST
199 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
200 clock. These multi-function devices have two (S2MPS14) or three
201 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
204 tristate "External McPDM functional clock from twl6040"
205 depends on TWL6040_CORE
207 Enable the external functional clock support on OMAP4+ platforms for
208 McPDM. McPDM module is using the external bit clock on the McPDM bus
211 config COMMON_CLK_AXI_CLKGEN
212 tristate "AXI clkgen driver"
213 depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
216 Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
217 FPGAs. It is commonly used in Analog Devices' reference designs.
220 bool "Clock driver for Freescale QorIQ platforms"
221 depends on (PPC_E500MC || ARM || ARM64 || COMPILE_TEST) && OF
223 This adds the clock driver support for Freescale QorIQ platforms
224 using common clock framework.
226 config COMMON_CLK_XGENE
227 bool "Clock driver for APM XGene SoC"
229 depends on ARM64 || COMPILE_TEST
231 Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
233 config COMMON_CLK_LOCHNAGAR
234 tristate "Cirrus Logic Lochnagar clock driver"
235 depends on MFD_LOCHNAGAR
237 This driver supports the clocking features of the Cirrus Logic
238 Lochnagar audio development board.
240 config COMMON_CLK_NXP
241 def_bool COMMON_CLK && (ARCH_LPC18XX || ARCH_LPC32XX)
242 select REGMAP_MMIO if ARCH_LPC32XX
243 select MFD_SYSCON if ARCH_LPC18XX
245 Support for clock providers on NXP platforms.
247 config COMMON_CLK_PALMAS
248 tristate "Clock driver for TI Palmas devices"
249 depends on MFD_PALMAS
251 This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO
252 using common clock framework.
254 config COMMON_CLK_PWM
255 tristate "Clock driver for PWMs used as clock outputs"
258 Adapter driver so that any PWM output can be (mis)used as clock signal
261 config COMMON_CLK_PXA
262 def_bool COMMON_CLK && ARCH_PXA
264 Support for the Marvell PXA SoC.
266 config COMMON_CLK_PIC32
267 def_bool COMMON_CLK && MACH_PIC32
269 config COMMON_CLK_OXNAS
270 bool "Clock driver for the OXNAS SoC Family"
271 depends on ARCH_OXNAS || COMPILE_TEST
274 Support for the OXNAS SoC Family clocks.
276 config COMMON_CLK_VC5
277 tristate "Clock driver for IDT VersaClock 5,6 devices"
283 This driver supports the IDT VersaClock 5 and VersaClock 6
284 programmable clock generators.
286 config COMMON_CLK_STM32MP157
287 def_bool COMMON_CLK && MACH_STM32MP157
290 Support for stm32mp157 SoC family clocks
292 config COMMON_CLK_STM32F
293 def_bool COMMON_CLK && (MACH_STM32F429 || MACH_STM32F469 || MACH_STM32F746)
296 Support for stm32f4 and stm32f7 SoC families clocks
298 config COMMON_CLK_STM32H7
299 def_bool COMMON_CLK && MACH_STM32H743
302 Support for stm32h7 SoC family clocks
304 config COMMON_CLK_BD718XX
305 tristate "Clock driver for ROHM BD718x7 PMIC"
306 depends on MFD_ROHM_BD718XX || MFD_ROHM_BD70528
308 This driver supports ROHM BD71837, ROHM BD71847 and
309 ROHM BD70528 PMICs clock gates.
311 config COMMON_CLK_FIXED_MMIO
312 bool "Clock driver for Memory Mapped Fixed values"
313 depends on COMMON_CLK && OF
315 Support for Memory Mapped IO Fixed clocks
317 source "drivers/clk/actions/Kconfig"
318 source "drivers/clk/analogbits/Kconfig"
319 source "drivers/clk/bcm/Kconfig"
320 source "drivers/clk/hisilicon/Kconfig"
321 source "drivers/clk/imgtec/Kconfig"
322 source "drivers/clk/imx/Kconfig"
323 source "drivers/clk/ingenic/Kconfig"
324 source "drivers/clk/keystone/Kconfig"
325 source "drivers/clk/mediatek/Kconfig"
326 source "drivers/clk/meson/Kconfig"
327 source "drivers/clk/mvebu/Kconfig"
328 source "drivers/clk/qcom/Kconfig"
329 source "drivers/clk/renesas/Kconfig"
330 source "drivers/clk/samsung/Kconfig"
331 source "drivers/clk/sifive/Kconfig"
332 source "drivers/clk/sprd/Kconfig"
333 source "drivers/clk/sunxi/Kconfig"
334 source "drivers/clk/sunxi-ng/Kconfig"
335 source "drivers/clk/tegra/Kconfig"
336 source "drivers/clk/ti/Kconfig"
337 source "drivers/clk/uniphier/Kconfig"
338 source "drivers/clk/zynqmp/Kconfig"