:orphan: .. title:: CLOCK_STM32_MCO1_SRC_HSE .. option:: CONFIG_CLOCK_STM32_MCO1_SRC_HSE *HSE* Type: ``bool`` Help ==== Use HSE as source of MCO1 Direct dependencies =================== \ :option:`SOC_SERIES_STM32F4X ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:215`` 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 → STM32 MCO1 Clock Source .. parsed-literal:: config CLOCK_STM32_MCO1_SRC_HSE bool "HSE" depends on \ :option:`SOC_SERIES_STM32F4X ` && \ :ref:` ` help Use HSE as source of MCO1 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*