:orphan: .. title:: CLOCK_STM32_PLL_SRC_MSI .. option:: CONFIG_CLOCK_STM32_PLL_SRC_MSI *MSI* Type: ``bool`` Help ==== Use MSI as source of PLL Direct dependencies =================== (\ :option:`SOC_SERIES_STM32L0X ` || \ :option:`SOC_SERIES_STM32L4X `) && \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:93`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:30`` Menu path: (top menu) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 PLL Clock Source .. parsed-literal:: config CLOCK_STM32_PLL_SRC_MSI bool prompt "MSI" if (\ :option:`SOC_SERIES_STM32L0X ` || \ :option:`SOC_SERIES_STM32L4X `) && \ :ref:` ` depends on (\ :option:`SOC_SERIES_STM32L0X ` || \ :option:`SOC_SERIES_STM32L4X `) && \ :ref:` ` help Use MSI as source of PLL *(Definitions include propagated dependencies, including from if's and menus.)*