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