summaryrefslogtreecommitdiff
path: root/drivers/clk/stm32/Kconfig
blob: ea856be16621d1ab9a656cec8558584c8b39d577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
config CLK_STM32F
	bool "Enable clock driver support for STM32F family"
	depends on CLK && (STM32F7 || STM32F4)
	default y
	help
	  This clock driver adds support for RCC clock management
	  for STM32F4 and STM32F7 SoCs.

config CLK_STM32H7
	bool "Enable clock driver support for STM32H7 family"
	depends on CLK && STM32H7
	default y
	help
	  This clock driver adds support for RCC clock management
	  for STM32H7 SoCs.

config CLK_STM32_CORE
	bool "Enable RCC clock core driver for STM32MP"
	depends on ARCH_STM32MP && CLK
	select CLK_CCF
	select CLK_COMPOSITE_CCF

config CLK_STM32MP1
	bool "Enable RCC clock driver for STM32MP15"
	depends on ARCH_STM32MP && CLK
	default y if STM32MP15X
	help
	  Enable the STM32 clock (RCC) driver. Enable support for
	  manipulating STM32MP15's on-SoC clocks.

config CLK_STM32MP13
	bool "Enable RCC clock driver for STM32MP13"
	depends on ARCH_STM32MP && CLK
	default y if STM32MP13X
	select CLK_STM32_CORE
	help
	  Enable the STM32 clock (RCC) driver. Enable support for
	  manipulating STM32MP13's on-SoC clocks.

config CLK_STM32MP25
	bool "Enable RCC clock driver for STM32MP25"
	depends on ARCH_STM32MP && CLK
	default y if STM32MP25X
	select CLK_STM32_CORE
	help
	  Enable the STM32 clock (RCC) driver. Enable support for
	  manipulating STM32MP25's on-SoC clocks.