:orphan: .. title:: CLOCK_STM32_SYSCLK_SRC_MSI .. option:: CONFIG_CLOCK_STM32_SYSCLK_SRC_MSI *MSI* Type: ``bool`` Help ==== Use MSI as source of SYSCLK Direct dependencies =================== (\ :option:`SOC_SERIES_STM32L0X ` || \ :option:`SOC_SERIES_STM32L4X ` || \ :option:`SOC_SERIES_STM32L5X ` || \ :option:`SOC_SERIES_STM32WBX `) && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:40`` 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 System Clock Source .. parsed-literal:: config CLOCK_STM32_SYSCLK_SRC_MSI bool "MSI" depends on (\ :option:`SOC_SERIES_STM32L0X ` || \ :option:`SOC_SERIES_STM32L4X ` || \ :option:`SOC_SERIES_STM32L5X ` || \ :option:`SOC_SERIES_STM32WBX `) && \ :ref:` ` help Use MSI as source of SYSCLK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*