:orphan: .. title:: CLOCK_CONTROL_STM32_CUBE .. option:: 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 =================== (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`USE_STM32_LL_UTILS ` - \ :option:`USE_STM32_LL_RCC ` if \ :option:`SOC_SERIES_STM32MP1X ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_STM32G4X ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_STM32_CUBE bool default y depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/clock_control/Kconfig.stm32:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: menuconfig CLOCK_CONTROL_STM32_CUBE bool "STM32 Reset & Clock Control" select \ :option:`USE_STM32_LL_UTILS ` select \ :option:`USE_STM32_LL_RCC ` if \ :option:`SOC_SERIES_STM32MP1X ` depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`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.)*