:orphan: .. title:: CONFIG_CLOCK_STM32_MCO2_SRC_NOCLOCK .. kconfig:: CONFIG_CLOCK_STM32_MCO2_SRC_NOCLOCK CONFIG_CLOCK_STM32_MCO2_SRC_NOCLOCK ################################### *NOCLOCK* Type: ``bool`` Help ==== .. code-block:: none MCO2 output disabled, no clock on MCO2 Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/clock_control/Kconfig.stm32:278`` 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 → STM32 MCO2 Clock Source .. code-block:: kconfig config CLOCK_STM32_MCO2_SRC_NOCLOCK bool "NOCLOCK" depends on help MCO2 output disabled, no clock on MCO2 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*