The latest development version of this page may be more current than this released 2.5.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 ifs and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.stm32:35

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 System Clock Source

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

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