:orphan: .. title:: choice: STM32 PLL Clock Source .. _choice_177: .. describe:: choice: STM32 PLL Clock Source *STM32 PLL Clock Source* Type: ``bool`` Direct dependencies =================== \ :option:`CLOCK_STM32_SYSCLK_SRC_PLL ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`CLOCK_STM32_PLL_SRC_HSI ` Choice options ============== - \ :option:`CLOCK_STM32_PLL_SRC_MSI ` - \ :option:`CLOCK_STM32_PLL_SRC_HSI ` - \ :option:`CLOCK_STM32_PLL_SRC_HSE ` - \ :option:`CLOCK_STM32_PLL_SRC_PLL2 ` - \ :option:`CLOCK_STM32_PLL_SRC_CSI ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:91`` 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 .. parsed-literal:: choice bool "STM32 PLL Clock Source" default \ :option:`CLOCK_STM32_PLL_SRC_HSI ` depends on \ :option:`CLOCK_STM32_SYSCLK_SRC_PLL ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*