:orphan: .. title:: CONFIG_CLOCK_STM32_MCO2_DIV .. kconfig:: CONFIG_CLOCK_STM32_MCO2_DIV CONFIG_CLOCK_STM32_MCO2_DIV ########################### *MCO2 prescaler* Type: ``int`` Help ==== .. code-block:: none allowed values: 1, 2, 3, 4, 5 Direct dependencies =================== !\ :kconfig:`CLOCK_STM32_MCO2_SRC_NOCLOCK ` && \ :kconfig:`CLOCK_CONTROL_STM32_CUBE ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/clock_control/Kconfig.stm32:116`` 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 config CLOCK_STM32_MCO2_DIV int "MCO2 prescaler" range 1 5 default 1 depends on !CLOCK_STM32_MCO2_SRC_NOCLOCK && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL help allowed values: 1, 2, 3, 4, 5 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*