-
CONFIG_CLOCK_CONTROL_STM32_CUBE
¶
STM32 Reset & Clock Control
Type: bool
Help¶
Enable driver for Reset & Clock Control subsystem found in STM32 family of MCUs
Direct dependencies¶
SOC_FAMILY_STM32
&& CLOCK_CONTROL
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At drivers/clock_control/Kconfig.stm32:11
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:52
→ drivers/clock_control/Kconfig:30
Menu path: (top menu) → Device Drivers → Hardware clock controller support
menuconfig CLOCK_CONTROL_STM32_CUBE bool prompt "STM32 Reset & Clock Control" ifSOC_FAMILY_STM32
&&CLOCK_CONTROL
selectUSE_STM32_LL_UTILS
ifSOC_FAMILY_STM32
&&CLOCK_CONTROL
depends onSOC_FAMILY_STM32
&&CLOCK_CONTROL
help Enable driver for Reset & Clock Control subsystem found in STM32 family of MCUs
(Definitions include propagated dependencies, including from if’s and menus.)