The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CLOCK_STM32_SYSCLK_SRC_HSI

HSI

Type: bool

Help

Use HSI as source of SYSCLK

Direct dependencies

<choice CLOCK_STM32_SYSCLK_SRC: STM32 System Clock Source>

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

Kconfig definition

At drivers/clock_control/Kconfig.stm32:38

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:30

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

config CLOCK_STM32_SYSCLK_SRC_HSI
    bool
    prompt "HSI" if <choice CLOCK_STM32_SYSCLK_SRC: STM32 System Clock Source>
    depends on <choice CLOCK_STM32_SYSCLK_SRC: STM32 System Clock Source>
    help
      Use HSI as source of SYSCLK

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