blob: 85131ae0b288aad17a7073546ea387131817f22a [file] [log] [blame]
Jean-Christop PLAGNIOL-VILLARD6d803ba2010-11-17 10:04:33 +01001
2config CLKDEV_LOOKUP
3 bool
4 select HAVE_CLK
Kyungmin Parkaa3831c2011-07-18 16:34:54 +09005
Shawn Guo5c77f562011-12-20 14:46:38 +08006config HAVE_CLK_PREPARE
7 bool
8
Kyungmin Parkaa3831c2011-07-18 16:34:54 +09009config HAVE_MACH_CLKDEV
10 bool
Mike Turquetteb24764902012-03-15 23:11:19 -070011
Arnd Bergmann8fb61e32012-03-17 21:10:51 +000012config COMMON_CLK
13 bool
Mike Turquetteb24764902012-03-15 23:11:19 -070014 select HAVE_CLK_PREPARE
Rob Herring01033be2012-04-09 15:24:58 -050015 select CLKDEV_LOOKUP
Mike Turquetteb24764902012-03-15 23:11:19 -070016 ---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
Arnd Bergmann8fb61e32012-03-17 21:10:51 +000021 this option.
Mike Turquetteb24764902012-03-15 23:11:19 -070022
Arnd Bergmann8fb61e32012-03-17 21:10:51 +000023menu "Common Clock Framework"
24 depends on COMMON_CLK
Mike Turquetteb24764902012-03-15 23:11:19 -070025
Mark Brownf05259a2012-05-17 10:04:57 +010026config 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
Pawel Moll5ee2b872013-09-17 17:16:15 +010033source "drivers/clk/versatile/Kconfig"
Linus Walleijf9a6aa42012-08-06 18:32:08 +020034
Javier Martinez Canillas5dbbb002014-08-18 10:33:00 +020035config COMMON_CLK_MAX_GEN
36 bool
37
Jonghwa Lee73118e62012-08-28 17:54:28 +090038config COMMON_CLK_MAX77686
39 tristate "Clock driver for Maxim 77686 MFD"
40 depends on MFD_MAX77686
Javier Martinez Canillas1887d692014-08-18 10:33:01 +020041 select COMMON_CLK_MAX_GEN
Jonghwa Lee73118e62012-08-28 17:54:28 +090042 ---help---
43 This driver supports Maxim 77686 crystal oscillator clock.
44
Javier Martinez Canillas83ccf162014-08-18 10:33:03 +020045config 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
Sebastian Hesselbarth9abd5f02013-04-11 21:42:29 +020052config 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
Soren Brinkmann1459c832013-09-21 16:40:39 -070061config 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
Yadwinder Singh Brar7cc560d2013-07-07 17:14:20 +053071config COMMON_CLK_S2MPS11
Krzysztof Kozlowskie8b60a42014-05-21 13:23:01 +020072 tristate "Clock driver for S2MPS1X/S5M8767 MFD"
Yadwinder Singh Brar7cc560d2013-07-07 17:14:20 +053073 depends on MFD_SEC_CORE
74 ---help---
Krzysztof Kozlowskie8b60a42014-05-21 13:23:01 +020075 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.
Yadwinder Singh Brar7cc560d2013-07-07 17:14:20 +053078
Peter Ujfalusif9f8c042012-09-14 17:30:27 +030079config 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
Lars-Peter Clausen0e646c52013-03-11 16:22:29 +010087config 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
Tang Yuantian555eae92013-04-09 16:46:26 +080095config 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
Loc Ho308964c2013-06-26 11:56:09 -0600102config 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
Santosh Shilimkar6cfc2292013-09-25 21:18:15 -0400109config 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
Peter Ujfalusi942d1d62014-06-27 09:01:11 +0300116config 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
Stephen Boyd085d7a42014-01-15 10:47:23 -0800123source "drivers/clk/qcom/Kconfig"
124
Arnd Bergmann8fb61e32012-03-17 21:10:51 +0000125endmenu
Sebastian Hesselbarth97fa4cf2012-11-17 15:22:22 +0100126
Alex Elder1f27f152014-02-14 12:29:18 -0600127source "drivers/clk/bcm/Kconfig"
Sebastian Hesselbarth97fa4cf2012-11-17 15:22:22 +0100128source "drivers/clk/mvebu/Kconfig"
Pankaj Dubey4ce9b852014-05-08 13:07:08 +0900129
130source "drivers/clk/samsung/Kconfig"