:orphan: .. title:: CONFIG_CLOCK_STM32_MCO1_SRC_HSI .. kconfig:: CONFIG_CLOCK_STM32_MCO1_SRC_HSI CONFIG_CLOCK_STM32_MCO1_SRC_HSI ############################### *HSI* Type: ``bool`` Help ==== .. code-block:: none Use HSI as source of MCO1 Direct dependencies =================== \ :kconfig:`SOC_SERIES_STM32F4X ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/clock_control/Kconfig.stm32:252`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 MCO1 Clock Source .. code-block:: kconfig config CLOCK_STM32_MCO1_SRC_HSI bool "HSI" depends on SOC_SERIES_STM32F4X && help Use HSI as source of MCO1 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*