]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/clk/Kconfig
rcu: Make SRCU optional by using CONFIG_SRCU
[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
83fe27ea 16 select SRCU
b2476490
MT
17 ---help---
18 The common clock framework is a single definition of struct
19 clk, useful across many platforms, as well as an
20 implementation of the clock API in include/linux/clk.h.
21 Architectures utilizing the common struct clk should select
8fb61e33 22 this option.
b2476490 23
8fb61e33
AB
24menu "Common Clock Framework"
25 depends on COMMON_CLK
b2476490 26
f05259a6
MB
27config COMMON_CLK_WM831X
28 tristate "Clock driver for WM831x/2x PMICs"
29 depends on MFD_WM831X
30 ---help---
31 Supports the clocking subsystem of the WM831x/2x series of
fe4e4372 32 PMICs from Wolfson Microelectronics.
f05259a6 33
5ee2b877 34source "drivers/clk/versatile/Kconfig"
f9a6aa43 35
5dbbb00f
JMC
36config COMMON_CLK_MAX_GEN
37 bool
38
73118e61
JL
39config COMMON_CLK_MAX77686
40 tristate "Clock driver for Maxim 77686 MFD"
41 depends on MFD_MAX77686
1887d693 42 select COMMON_CLK_MAX_GEN
73118e61
JL
43 ---help---
44 This driver supports Maxim 77686 crystal oscillator clock.
45
83ccf16c
JMC
46config COMMON_CLK_MAX77802
47 tristate "Clock driver for Maxim 77802 PMIC"
48 depends on MFD_MAX77686
49 select COMMON_CLK_MAX_GEN
50 ---help---
51 This driver supports Maxim 77802 crystal oscillator clock.
52
038b892a
CZ
53config COMMON_CLK_RK808
54 tristate "Clock driver for RK808"
55 depends on MFD_RK808
56 ---help---
57 This driver supports RK808 crystal oscillator clock. These
58 multi-function devices have two fixed-rate oscillators,
59 clocked at 32KHz each. Clkout1 is always on, Clkout2 can off
60 by control register.
61
9abd5f05
SH
62config COMMON_CLK_SI5351
63 tristate "Clock driver for SiLabs 5351A/B/C"
64 depends on I2C
65 select REGMAP_I2C
66 select RATIONAL
67 ---help---
68 This driver supports Silicon Labs 5351A/B/C programmable clock
69 generators.
70
1459c837
SB
71config COMMON_CLK_SI570
72 tristate "Clock driver for SiLabs 570 and compatible devices"
73 depends on I2C
74 depends on OF
75 select REGMAP_I2C
76 help
77 ---help---
78 This driver supports Silicon Labs 570/571/598/599 programmable
79 clock generators.
80
7cc560de 81config COMMON_CLK_S2MPS11
e8b60a45 82 tristate "Clock driver for S2MPS1X/S5M8767 MFD"
7cc560de
YSB
83 depends on MFD_SEC_CORE
84 ---help---
e8b60a45
KK
85 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
86 clock. These multi-function devices have two (S2MPS14) or three
87 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
7cc560de 88
f9f8c043
PU
89config CLK_TWL6040
90 tristate "External McPDM functional clock from twl6040"
91 depends on TWL6040_CORE
92 ---help---
93 Enable the external functional clock support on OMAP4+ platforms for
94 McPDM. McPDM module is using the external bit clock on the McPDM bus
95 as functional clock.
96
0e646c52
LPC
97config COMMON_CLK_AXI_CLKGEN
98 tristate "AXI clkgen driver"
99 depends on ARCH_ZYNQ || MICROBLAZE
100 help
101 ---help---
102 Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
103 FPGAs. It is commonly used in Analog Devices' reference designs.
104
555eae97
TY
105config CLK_PPC_CORENET
106 bool "Clock driver for PowerPC corenet platforms"
107 depends on PPC_E500MC && OF
108 ---help---
109 This adds the clock driver support for Freescale PowerPC corenet
110 platforms using common clock framework.
111
308964ca
LH
112config COMMON_CLK_XGENE
113 bool "Clock driver for APM XGene SoC"
114 default y
115 depends on ARM64
116 ---help---
117 Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
118
6cfc229d
SS
119config COMMON_CLK_KEYSTONE
120 tristate "Clock drivers for Keystone based SOCs"
121 depends on ARCH_KEYSTONE && OF
122 ---help---
123 Supports clock drivers for Keystone based SOCs. These SOCs have local
124 a power sleep control module that gate the clock to the IPs and PLLs.
125
942d1d67
PU
126config COMMON_CLK_PALMAS
127 tristate "Clock driver for TI Palmas devices"
128 depends on MFD_PALMAS
129 ---help---
130 This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO
131 using common clock framework.
132
98d147f5
RJ
133config COMMON_CLK_PXA
134 def_bool COMMON_CLK && ARCH_PXA
135 ---help---
136 Sypport for the Marvell PXA SoC.
137
085d7a45
SB
138source "drivers/clk/qcom/Kconfig"
139
8fb61e33 140endmenu
97fa4cf4 141
1f27f152 142source "drivers/clk/bcm/Kconfig"
97fa4cf4 143source "drivers/clk/mvebu/Kconfig"
4ce9b85e
PD
144
145source "drivers/clk/samsung/Kconfig"