]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/clk/Kconfig
Merge tag 'clk-mvebu-3.18-2' of git://git.infradead.org/linux-mvebu into clk-next
[mirror_ubuntu-jammy-kernel.git] / drivers / clk / Kconfig
CommitLineData
6d803ba7
JCPV
1
2config CLKDEV_LOOKUP
3 bool
4 select HAVE_CLK
aa3831cf 5
5c77f560
SG
6config HAVE_CLK_PREPARE
7 bool
8
aa3831cf
KP
9config HAVE_MACH_CLKDEV
10 bool
b2476490 11
8fb61e33
AB
12config COMMON_CLK
13 bool
b2476490 14 select HAVE_CLK_PREPARE
01033be1 15 select CLKDEV_LOOKUP
b2476490
MT
16 ---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
8fb61e33 21 this option.
b2476490 22
8fb61e33
AB
23menu "Common Clock Framework"
24 depends on COMMON_CLK
b2476490 25
f05259a6
MB
26config 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
31 PMICs from Wolfson Microlectronics.
32
5ee2b877 33source "drivers/clk/versatile/Kconfig"
f9a6aa43 34
5dbbb00f
JMC
35config COMMON_CLK_MAX_GEN
36 bool
37
73118e61
JL
38config COMMON_CLK_MAX77686
39 tristate "Clock driver for Maxim 77686 MFD"
40 depends on MFD_MAX77686
1887d693 41 select COMMON_CLK_MAX_GEN
73118e61
JL
42 ---help---
43 This driver supports Maxim 77686 crystal oscillator clock.
44
83ccf16c
JMC
45config COMMON_CLK_MAX77802
46 tristate "Clock driver for Maxim 77802 PMIC"
47 depends on MFD_MAX77686
48 select COMMON_CLK_MAX_GEN
49 ---help---
50 This driver supports Maxim 77802 crystal oscillator clock.
51
9abd5f05
SH
52config COMMON_CLK_SI5351
53 tristate "Clock driver for SiLabs 5351A/B/C"
54 depends on I2C
55 select REGMAP_I2C
56 select RATIONAL
57 ---help---
58 This driver supports Silicon Labs 5351A/B/C programmable clock
59 generators.
60
1459c837
SB
61config COMMON_CLK_SI570
62 tristate "Clock driver for SiLabs 570 and compatible devices"
63 depends on I2C
64 depends on OF
65 select REGMAP_I2C
66 help
67 ---help---
68 This driver supports Silicon Labs 570/571/598/599 programmable
69 clock generators.
70
7cc560de 71config COMMON_CLK_S2MPS11
e8b60a45 72 tristate "Clock driver for S2MPS1X/S5M8767 MFD"
7cc560de
YSB
73 depends on MFD_SEC_CORE
74 ---help---
e8b60a45
KK
75 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
76 clock. These multi-function devices have two (S2MPS14) or three
77 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
7cc560de 78
f9f8c043
PU
79config CLK_TWL6040
80 tristate "External McPDM functional clock from twl6040"
81 depends on TWL6040_CORE
82 ---help---
83 Enable the external functional clock support on OMAP4+ platforms for
84 McPDM. McPDM module is using the external bit clock on the McPDM bus
85 as functional clock.
86
0e646c52
LPC
87config COMMON_CLK_AXI_CLKGEN
88 tristate "AXI clkgen driver"
89 depends on ARCH_ZYNQ || MICROBLAZE
90 help
91 ---help---
92 Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
93 FPGAs. It is commonly used in Analog Devices' reference designs.
94
555eae97
TY
95config CLK_PPC_CORENET
96 bool "Clock driver for PowerPC corenet platforms"
97 depends on PPC_E500MC && OF
98 ---help---
99 This adds the clock driver support for Freescale PowerPC corenet
100 platforms using common clock framework.
101
308964ca
LH
102config COMMON_CLK_XGENE
103 bool "Clock driver for APM XGene SoC"
104 default y
105 depends on ARM64
106 ---help---
107 Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
108
6cfc229d
SS
109config COMMON_CLK_KEYSTONE
110 tristate "Clock drivers for Keystone based SOCs"
111 depends on ARCH_KEYSTONE && OF
112 ---help---
113 Supports clock drivers for Keystone based SOCs. These SOCs have local
114 a power sleep control module that gate the clock to the IPs and PLLs.
115
942d1d67
PU
116config COMMON_CLK_PALMAS
117 tristate "Clock driver for TI Palmas devices"
118 depends on MFD_PALMAS
119 ---help---
120 This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO
121 using common clock framework.
122
085d7a45
SB
123source "drivers/clk/qcom/Kconfig"
124
8fb61e33 125endmenu
97fa4cf4 126
1f27f152 127source "drivers/clk/bcm/Kconfig"
97fa4cf4 128source "drivers/clk/mvebu/Kconfig"
4ce9b85e
PD
129
130source "drivers/clk/samsung/Kconfig"