:orphan: .. title:: choice: STM32 MCO1 Clock Source .. _choice_233: .. describe:: choice: STM32 MCO1 Clock Source *STM32 MCO1 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_MCO1_SRC_NOCLOCK ` Choice options ============== - \ :kconfig:`CLOCK_STM32_MCO1_SRC_NOCLOCK ` - \ :kconfig:`CLOCK_STM32_MCO1_SRC_LSE ` - \ :kconfig:`CLOCK_STM32_MCO1_SRC_HSE ` - \ :kconfig:`CLOCK_STM32_MCO1_SRC_HSI ` - \ :kconfig:`CLOCK_STM32_MCO1_SRC_PLLCLK ` Kconfig definition ================== At ``/clock_control/Kconfig.stm32:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:31`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control .. code-block:: kconfig choice bool "STM32 MCO1 Clock Source" default CLOCK_STM32_MCO1_SRC_NOCLOCK depends on CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*