Kconfig (423620b9d47a704124f9fd624b4de4ed56c600d6) Kconfig (128ec1fe6f5ee3a753326215732e6030e2c7c4d6)
1menu "Clock"
2
3config CLK
4 bool "Enable clock driver support"
5 depends on DM
6 help
7 This allows drivers to be provided for clock generators, including
8 oscillators and PLLs. Devices can use a common clock API to request

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

23config CLK_BOSTON
24 def_bool y if TARGET_BOSTON
25 depends on CLK
26 select REGMAP
27 select SYSCON
28 help
29 Enable this to support the clocks
30
1menu "Clock"
2
3config CLK
4 bool "Enable clock driver support"
5 depends on DM
6 help
7 This allows drivers to be provided for clock generators, including
8 oscillators and PLLs. Devices can use a common clock API to request

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

23config CLK_BOSTON
24 def_bool y if TARGET_BOSTON
25 depends on CLK
26 select REGMAP
27 select SYSCON
28 help
29 Enable this to support the clocks
30
31config CLK_ZYNQMP
32 bool "Enable clock driver support for ZynqMP"
33 depends on ARCH_ZYNQMP
34 help
35 This clock driver adds support for clock realted settings for
36 ZynqMP platform.
37
31source "drivers/clk/tegra/Kconfig"
32source "drivers/clk/uniphier/Kconfig"
33source "drivers/clk/exynos/Kconfig"
34source "drivers/clk/at91/Kconfig"
35
36endmenu
38source "drivers/clk/tegra/Kconfig"
39source "drivers/clk/uniphier/Kconfig"
40source "drivers/clk/exynos/Kconfig"
41source "drivers/clk/at91/Kconfig"
42
43endmenu