blob: eac3fc1e9df5d7a3cdd4bd9021a64a7343326c18 [file] [log] [blame]
Patrick Delaunayb9929332022-05-19 17:56:45 +02001config CLK_STM32F
2 bool "Enable clock driver support for STM32F family"
3 depends on CLK && (STM32F7 || STM32F4)
4 default y
5 help
6 This clock driver adds support for RCC clock management
7 for STM32F4 and STM32F7 SoCs.
8
9config CLK_STM32H7
10 bool "Enable clock driver support for STM32H7 family"
11 depends on CLK && STM32H7
12 default y
13 help
14 This clock driver adds support for RCC clock management
15 for STM32H7 SoCs.
16
17config CLK_STM32MP1
18 bool "Enable RCC clock driver for STM32MP15"
19 depends on ARCH_STM32MP && CLK
20 default y if STM32MP15x
21 help
22 Enable the STM32 clock (RCC) driver. Enable support for
23 manipulating STM32MP15's on-SoC clocks.