Kconfig (38fd2c202a3d82bc12430bce5789fa2c2a406f71) Kconfig (085d7a455444f4d425371ee3c8a273c6e1b522db)
1
2config CLKDEV_LOOKUP
3 bool
4 select HAVE_CLK
5
6config HAVE_CLK_PREPARE
7 bool
8

--- 9 unchanged lines hidden (view full) ---

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
21 this option.
22
23menu "Common Clock Framework"
24 depends on COMMON_CLK
25
1
2config CLKDEV_LOOKUP
3 bool
4 select HAVE_CLK
5
6config HAVE_CLK_PREPARE
7 bool
8

--- 9 unchanged lines hidden (view full) ---

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
21 this option.
22
23menu "Common Clock Framework"
24 depends on COMMON_CLK
25
26config COMMON_CLK_DEBUG
27 bool "DebugFS representation of clock tree"
28 select DEBUG_FS
29 ---help---
30 Creates a directory hierarchy in debugfs for visualizing the clk
31 tree structure. Each directory contains read-only members
32 that export information specific to that clk node: clk_rate,
33 clk_flags, clk_prepare_count, clk_enable_count &
34 clk_notifier_count.
35
36config COMMON_CLK_WM831X
37 tristate "Clock driver for WM831x/2x PMICs"
38 depends on MFD_WM831X
39 ---help---
40 Supports the clocking subsystem of the WM831x/2x series of
41 PMICs from Wolfson Microlectronics.
42
43config COMMON_CLK_VERSATILE

--- 15 unchanged lines hidden (view full) ---

59 tristate "Clock driver for SiLabs 5351A/B/C"
60 depends on I2C
61 select REGMAP_I2C
62 select RATIONAL
63 ---help---
64 This driver supports Silicon Labs 5351A/B/C programmable clock
65 generators.
66
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
33config COMMON_CLK_VERSATILE

--- 15 unchanged lines hidden (view full) ---

49 tristate "Clock driver for SiLabs 5351A/B/C"
50 depends on I2C
51 select REGMAP_I2C
52 select RATIONAL
53 ---help---
54 This driver supports Silicon Labs 5351A/B/C programmable clock
55 generators.
56
57config COMMON_CLK_SI570
58 tristate "Clock driver for SiLabs 570 and compatible devices"
59 depends on I2C
60 depends on OF
61 select REGMAP_I2C
62 help
63 ---help---
64 This driver supports Silicon Labs 570/571/598/599 programmable
65 clock generators.
66
67config COMMON_CLK_S2MPS11
68 tristate "Clock driver for S2MPS11 MFD"
69 depends on MFD_SEC_CORE
70 ---help---
71 This driver supports S2MPS11 crystal oscillator clock.
72
73config CLK_TWL6040
74 tristate "External McPDM functional clock from twl6040"

--- 27 unchanged lines hidden (view full) ---

102
103config COMMON_CLK_KEYSTONE
104 tristate "Clock drivers for Keystone based SOCs"
105 depends on ARCH_KEYSTONE && OF
106 ---help---
107 Supports clock drivers for Keystone based SOCs. These SOCs have local
108 a power sleep control module that gate the clock to the IPs and PLLs.
109
67config COMMON_CLK_S2MPS11
68 tristate "Clock driver for S2MPS11 MFD"
69 depends on MFD_SEC_CORE
70 ---help---
71 This driver supports S2MPS11 crystal oscillator clock.
72
73config CLK_TWL6040
74 tristate "External McPDM functional clock from twl6040"

--- 27 unchanged lines hidden (view full) ---

102
103config COMMON_CLK_KEYSTONE
104 tristate "Clock drivers for Keystone based SOCs"
105 depends on ARCH_KEYSTONE && OF
106 ---help---
107 Supports clock drivers for Keystone based SOCs. These SOCs have local
108 a power sleep control module that gate the clock to the IPs and PLLs.
109
110source "drivers/clk/qcom/Kconfig"
111
110endmenu
111
112source "drivers/clk/mvebu/Kconfig"
112endmenu
113
114source "drivers/clk/mvebu/Kconfig"