:orphan: .. title:: CONFIG_CLOCK_STM32_PLL_SRC_MSI .. kconfig:: CONFIG_CLOCK_STM32_PLL_SRC_MSI CONFIG_CLOCK_STM32_PLL_SRC_MSI ############################## *MSI* Type: ``bool`` Help ==== .. code-block:: none Use MSI as source of PLL Direct dependencies =================== (\ :kconfig:`SOC_SERIES_STM32L0X ` || \ :kconfig:`SOC_SERIES_STM32L4X ` || \ :kconfig:`SOC_SERIES_STM32L5X ` || \ :kconfig:`SOC_SERIES_STM32WBX ` || \ :kconfig:`SOC_SERIES_STM32WLX `) && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/clock_control/Kconfig.stm32:116`` 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 PLL Clock Source .. code-block:: kconfig config CLOCK_STM32_PLL_SRC_MSI bool "MSI" depends on (SOC_SERIES_STM32L0X || SOC_SERIES_STM32L4X || SOC_SERIES_STM32L5X || SOC_SERIES_STM32WBX || SOC_SERIES_STM32WLX) && help Use MSI as source of PLL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*