Kconfig (b71d9e8b3805305ea4116733f515061710ad7081) Kconfig (e585bef17f9cc22ff82398654e8dfed8e5f39100)
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

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

49config CLK_STM32F
50 bool "Enable clock driver support for STM32F family"
51 depends on CLK && (STM32F7 || STM32F4)
52 default y
53 help
54 This clock driver adds support for RCC clock management
55 for STM32F4 and STM32F7 SoCs.
56
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

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

49config CLK_STM32F
50 bool "Enable clock driver support for STM32F family"
51 depends on CLK && (STM32F7 || STM32F4)
52 default y
53 help
54 This clock driver adds support for RCC clock management
55 for STM32F4 and STM32F7 SoCs.
56
57config CLK_TI_SCI
58 bool "TI System Control Interface (TI SCI) clock driver"
59 depends on CLK && TI_SCI_PROTOCOL && OF_CONTROL
60 help
61 This enables the clock driver support over TI System Control Interface
62 available on some new TI's SoCs. If you wish to use clock resources
63 managed by the TI System Controller, say Y here. Otherwise, say N.
64
57config CLK_HSDK
58 bool "Enable cgu clock driver for HSDK"
59 depends on CLK
60 help
61 Enable this to support the cgu clocks on Synopsys ARC HSDK
62
63config CLK_ZYNQ
64 bool "Enable clock driver support for Zynq"

--- 38 unchanged lines hidden ---
65config CLK_HSDK
66 bool "Enable cgu clock driver for HSDK"
67 depends on CLK
68 help
69 Enable this to support the cgu clocks on Synopsys ARC HSDK
70
71config CLK_ZYNQ
72 bool "Enable clock driver support for Zynq"

--- 38 unchanged lines hidden ---