:orphan: .. title:: choice: STM32 MCO2 Clock Source .. _choice_319: .. describe:: choice: STM32 MCO2 Clock Source *STM32 MCO2 Clock Source* Type: ``bool`` Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_STM32_CUBE ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`CLOCK_STM32_MCO2_SRC_NOCLOCK ` Choice options ============== - \ :kconfig:`CLOCK_STM32_MCO2_SRC_NOCLOCK ` - \ :kconfig:`CLOCK_STM32_MCO2_SRC_SYSCLK ` - \ :kconfig:`CLOCK_STM32_MCO2_SRC_PLLI2S ` - \ :kconfig:`CLOCK_STM32_MCO2_SRC_HSE ` - \ :kconfig:`CLOCK_STM32_MCO2_SRC_PLLCLK ` Kconfig definition ================== At ``/clock_control/Kconfig.stm32:274`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control .. code-block:: kconfig choice bool "STM32 MCO2 Clock Source" default CLOCK_STM32_MCO2_SRC_NOCLOCK depends on CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*