:orphan: .. title:: CLOCK_STM32_MCO2_DIV .. option:: CONFIG_CLOCK_STM32_MCO2_DIV *MCO2 prescaler* Type: ``int`` Help ==== allowed values: 1, 2, 3, 4, 5 Direct dependencies =================== !\ :option:`CLOCK_STM32_MCO2_SRC_NOCLOCK ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:278`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control .. parsed-literal:: config CLOCK_STM32_MCO2_DIV int "MCO2 prescaler" range 1 5 default 1 depends on !\ :option:`CLOCK_STM32_MCO2_SRC_NOCLOCK ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` help allowed values: 1, 2, 3, 4, 5 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*