6 config HAVE_CLK_PREPARE
9 config HAVE_MACH_CLKDEV
14 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 Microlectronics.
33 config COMMON_CLK_VERSATILE
34 bool "Clock driver for ARM Reference designs"
35 depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64
37 Supports clocking on ARM Reference designs:
38 - Integrator/AP and Integrator/CP
39 - RealView PB1176, EB, PB11MP and PBX
42 config COMMON_CLK_MAX77686
43 tristate "Clock driver for Maxim 77686 MFD"
44 depends on MFD_MAX77686
46 This driver supports Maxim 77686 crystal oscillator clock.
48 config COMMON_CLK_SI5351
49 tristate "Clock driver for SiLabs 5351A/B/C"
54 This driver supports Silicon Labs 5351A/B/C programmable clock
57 config COMMON_CLK_SI570
58 tristate "Clock driver for SiLabs 570 and compatible devices"
64 This driver supports Silicon Labs 570/571/598/599 programmable
67 config COMMON_CLK_S2MPS11
68 tristate "Clock driver for S2MPS11/S5M8767 MFD"
69 depends on MFD_SEC_CORE
71 This driver supports S2MPS11/S5M8767 crystal oscillator clock. These
72 multi-function devices have 3 fixed-rate oscillators, clocked at
76 tristate "External McPDM functional clock from twl6040"
77 depends on TWL6040_CORE
79 Enable the external functional clock support on OMAP4+ platforms for
80 McPDM. McPDM module is using the external bit clock on the McPDM bus
83 config COMMON_CLK_AXI_CLKGEN
84 tristate "AXI clkgen driver"
85 depends on ARCH_ZYNQ || MICROBLAZE
88 Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
89 FPGAs. It is commonly used in Analog Devices' reference designs.
91 config CLK_PPC_CORENET
92 bool "Clock driver for PowerPC corenet platforms"
93 depends on PPC_E500MC && OF
95 This adds the clock driver support for Freescale PowerPC corenet
96 platforms using common clock framework.
98 config COMMON_CLK_XGENE
99 bool "Clock driver for APM XGene SoC"
103 Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
105 config COMMON_CLK_KEYSTONE
106 tristate "Clock drivers for Keystone based SOCs"
107 depends on ARCH_KEYSTONE && OF
109 Supports clock drivers for Keystone based SOCs. These SOCs have local
110 a power sleep control module that gate the clock to the IPs and PLLs.
112 source "drivers/clk/qcom/Kconfig"
116 source "drivers/clk/bcm/Kconfig"
117 source "drivers/clk/mvebu/Kconfig"