The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_CLOCK_STM32_PLL_SRC_HSE

HSE

Type: bool

Help

Use HSE as source of PLL

Direct dependencies

<choice: STM32 PLL Clock Source>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.stm32:107

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:54drivers/clock_control/Kconfig:25

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

config CLOCK_STM32_PLL_SRC_HSE
    bool "HSE"
    depends on <choice: STM32 PLL Clock Source>
    help
      Use HSE as source of PLL

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)