The latest development version of this page may be more current than this released 1.14.1 version.
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

Kconfig definition

At drivers/clock_control/Kconfig.stm32:11

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/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" if SOC_FAMILY_STM32 && CLOCK_CONTROL
    select USE_STM32_LL_UTILS if SOC_FAMILY_STM32 && CLOCK_CONTROL
    depends on SOC_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.)