The latest development version of this page may be more current than this released 1.14.0 version.
choice: STM32 MCO2 Clock Source

STM32 MCO2 Clock Source

Type: bool

Direct dependencies

CLOCK_CONTROL_STM32_CUBE && SOC_FAMILY_STM32 && CLOCK_CONTROL

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.stm32:453

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:30

Menu path: (top menu) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control

choice
    bool
    prompt "STM32 MCO2 Clock Source" if CLOCK_CONTROL_STM32_CUBE && SOC_FAMILY_STM32 && CLOCK_CONTROL
    default CLOCK_STM32_MCO2_SRC_NOCLOCK if CLOCK_CONTROL_STM32_CUBE && SOC_FAMILY_STM32 && CLOCK_CONTROL
    depends on CLOCK_CONTROL_STM32_CUBE && SOC_FAMILY_STM32 && CLOCK_CONTROL

(Definitions include propagated dependencies, including from if’s and menus.)