]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/clk/Kconfig
clk: Add generic driver for Maxim PMIC clocks
[mirror_ubuntu-zesty-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
41 ---help---
42 This driver supports Maxim 77686 crystal oscillator clock.
43
9abd5f05
SH
44config COMMON_CLK_SI5351
45 tristate "Clock driver for SiLabs 5351A/B/C"
46 depends on I2C
47 select REGMAP_I2C
48 select RATIONAL
49 ---help---
50 This driver supports Silicon Labs 5351A/B/C programmable clock
51 generators.
52
1459c837
SB
53config COMMON_CLK_SI570
54 tristate "Clock driver for SiLabs 570 and compatible devices"
55 depends on I2C
56 depends on OF
57 select REGMAP_I2C
58 help
59 ---help---
60 This driver supports Silicon Labs 570/571/598/599 programmable
61 clock generators.
62
7cc560de 63config COMMON_CLK_S2MPS11
e8b60a45 64 tristate "Clock driver for S2MPS1X/S5M8767 MFD"
7cc560de
YSB
65 depends on MFD_SEC_CORE
66 ---help---
e8b60a45
KK
67 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
68 clock. These multi-function devices have two (S2MPS14) or three
69 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
7cc560de 70
f9f8c043
PU
71config CLK_TWL6040
72 tristate "External McPDM functional clock from twl6040"
73 depends on TWL6040_CORE
74 ---help---
75 Enable the external functional clock support on OMAP4+ platforms for
76 McPDM. McPDM module is using the external bit clock on the McPDM bus
77 as functional clock.
78
0e646c52
LPC
79config COMMON_CLK_AXI_CLKGEN
80 tristate "AXI clkgen driver"
81 depends on ARCH_ZYNQ || MICROBLAZE
82 help
83 ---help---
84 Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
85 FPGAs. It is commonly used in Analog Devices' reference designs.
86
555eae97
TY
87config CLK_PPC_CORENET
88 bool "Clock driver for PowerPC corenet platforms"
89 depends on PPC_E500MC && OF
90 ---help---
91 This adds the clock driver support for Freescale PowerPC corenet
92 platforms using common clock framework.
93
308964ca
LH
94config COMMON_CLK_XGENE
95 bool "Clock driver for APM XGene SoC"
96 default y
97 depends on ARM64
98 ---help---
99 Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
100
6cfc229d
SS
101config COMMON_CLK_KEYSTONE
102 tristate "Clock drivers for Keystone based SOCs"
103 depends on ARCH_KEYSTONE && OF
104 ---help---
105 Supports clock drivers for Keystone based SOCs. These SOCs have local
106 a power sleep control module that gate the clock to the IPs and PLLs.
107
942d1d67
PU
108config COMMON_CLK_PALMAS
109 tristate "Clock driver for TI Palmas devices"
110 depends on MFD_PALMAS
111 ---help---
112 This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO
113 using common clock framework.
114
085d7a45
SB
115source "drivers/clk/qcom/Kconfig"
116
8fb61e33 117endmenu
97fa4cf4 118
1f27f152 119source "drivers/clk/bcm/Kconfig"
97fa4cf4 120source "drivers/clk/mvebu/Kconfig"
4ce9b85e
PD
121
122source "drivers/clk/samsung/Kconfig"