CONFIG_CLOCK_STM32_PLL_SRC_HSI

HSI

Type: bool

Help

Use HSI as source of PLL

Direct dependencies

<choice: STM32 PLL Clock Source>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.stm32:100

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:54drivers/clock_control/Kconfig:45

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

config CLOCK_STM32_PLL_SRC_HSI
    bool
    prompt "HSI" if <choice: STM32 PLL Clock Source>
    depends on <choice: STM32 PLL Clock Source>
    help
      Use HSI as source of PLL

(Definitions include propagated dependencies, including from if’s and menus.)