The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CLOCK_STM32_PLL_SRC_MSI

MSI

Type: bool

Help

Use MSI as source of PLL

Direct dependencies

(SOC_SERIES_STM32L0X || SOC_SERIES_STM32L4X) && <choice: STM32 PLL Clock Source>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.stm32:93

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:30

Menu path: (top menu) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 PLL Clock Source

config CLOCK_STM32_PLL_SRC_MSI
    bool
    prompt "MSI" if (SOC_SERIES_STM32L0X || SOC_SERIES_STM32L4X) && <choice: STM32 PLL Clock Source>
    depends on (SOC_SERIES_STM32L0X || SOC_SERIES_STM32L4X) && <choice: STM32 PLL Clock Source>
    help
      Use MSI as source of PLL

(Definitions include propagated dependencies, including from if’s and menus.)