CONFIG_CLOCK_STM32_MCO2_SRC_SYSCLK
SYSCLK
Type: bool
Help
Use SYSCLK as source of MCO2
Direct dependencies
SOC_SERIES_STM32F4X
&& <choice: STM32 MCO2 Clock Source>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/drivers/clock_control/Kconfig.stm32:90
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:56
→ <Zephyr>/drivers/clock_control/Kconfig:31
Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 MCO2 Clock Source
config CLOCK_STM32_MCO2_SRC_SYSCLK
bool "SYSCLK"
depends on SOC_SERIES_STM32F4X && <choice>
help
Use SYSCLK as source of MCO2
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)