:orphan: .. title:: CLOCK_STM32_MSI_PLL_MODE .. option:: CONFIG_CLOCK_STM32_MSI_PLL_MODE *MSI PLL MODE* Type: ``bool`` Help ==== Enable hardware auto-calibration with LSE. Direct dependencies =================== \ :option:`CLOCK_STM32_LSE ` && (\ :option:`SOC_SERIES_STM32L4X ` || \ :option:`SOC_SERIES_STM32L5X ` || \ :option:`SOC_SERIES_STM32WBX `) && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32l4_l5_wb:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:25`` → ``drivers/clock_control/Kconfig.stm32:135`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → Low-speed external clock .. parsed-literal:: config CLOCK_STM32_MSI_PLL_MODE bool "MSI PLL MODE" depends on \ :option:`CLOCK_STM32_LSE ` && (\ :option:`SOC_SERIES_STM32L4X ` || \ :option:`SOC_SERIES_STM32L5X ` || \ :option:`SOC_SERIES_STM32WBX `) && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` help Enable hardware auto-calibration with LSE. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*