:orphan: .. title:: CLOCK_STM32_PLL_SRC_HSI .. option:: CONFIG_CLOCK_STM32_PLL_SRC_HSI *HSI* Type: ``bool`` Help ==== Use HSI as source of PLL Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 PLL Clock Source .. parsed-literal:: config CLOCK_STM32_PLL_SRC_HSI bool "HSI" depends on \ :ref:` ` help Use HSI as source of PLL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*