:orphan: .. title:: CONFIG_CLOCK_STM32_MSI_PLL_MODE .. kconfig:: CONFIG_CLOCK_STM32_MSI_PLL_MODE CONFIG_CLOCK_STM32_MSI_PLL_MODE ############################### *MSI PLL MODE* Type: ``bool`` Help ==== .. code-block:: none Enable hardware auto-calibration with LSE. Direct dependencies =================== \ :kconfig:`CLOCK_STM32_LSE ` && (\ :kconfig:`SOC_SERIES_STM32L4X ` || \ :kconfig:`SOC_SERIES_STM32L5X ` || \ :kconfig:`SOC_SERIES_STM32WBX ` || \ :kconfig:`SOC_SERIES_STM32WLX `) && !\ :kconfig:`CLOCK_CONTROL_STM32_HAS_DTS ` && !\ :kconfig:`SOC_SERIES_STM32MP1X ` && \ :kconfig:`CLOCK_CONTROL_STM32_CUBE ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/clock_control/Kconfig.stm32l4_l5_wb_wl:77`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:25`` → ``/clock_control/Kconfig.stm32:155`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → Low-speed external clock .. code-block:: kconfig config CLOCK_STM32_MSI_PLL_MODE bool "MSI PLL MODE" depends on CLOCK_STM32_LSE && (SOC_SERIES_STM32L4X || SOC_SERIES_STM32L5X || SOC_SERIES_STM32WBX || SOC_SERIES_STM32WLX) && !CLOCK_CONTROL_STM32_HAS_DTS && !SOC_SERIES_STM32MP1X && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL help Enable hardware auto-calibration with LSE. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*