:orphan: .. title:: CONFIG_CLOCK_CONTROL_STM32_CUBE .. kconfig:: CONFIG_CLOCK_CONTROL_STM32_CUBE CONFIG_CLOCK_CONTROL_STM32_CUBE ############################### *STM32 Reset & Clock Control* Type: ``bool`` Help ==== .. code-block:: none Enable driver for Reset & Clock Control subsystem found in STM32 family of MCUs Direct dependencies =================== (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_LL_UTILS ` - \ :kconfig:`USE_STM32_LL_RCC ` if \ :kconfig:`SOC_SERIES_STM32MP1X ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_STM32G4X ` - \ :kconfig:`SOC_SERIES_STM32WLX ` - \ :kconfig:`SOC_SERIES_STM32G4X ` - \ :kconfig:`SOC_SERIES_STM32WLX ` Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_STM32_CUBE bool default y depends on CLOCK_CONTROL && SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_STM32_CUBE bool default y depends on CLOCK_CONTROL && SOC_FAMILY_STM32 ---- At ``/clock_control/Kconfig.stm32:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig menuconfig CLOCK_CONTROL_STM32_CUBE bool "STM32 Reset & Clock Control" select USE_STM32_LL_UTILS select USE_STM32_LL_RCC if SOC_SERIES_STM32MP1X depends on SOC_FAMILY_STM32 && CLOCK_CONTROL help Enable driver for Reset & Clock Control subsystem found in STM32 family of MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*