The latest development version of this page may be more current than this released 1.14.1 version.
choice CLOCK_STM32_SYSCLK_SRC: STM32 System Clock Source

STM32 System Clock Source

Type: bool

Direct dependencies

(BT && BOARD_DISCO_L475_IOT1) || (!BT && BOARD_DISCO_L475_IOT1) || (CLOCK_CONTROL_STM32_CUBE && SOC_FAMILY_STM32 && CLOCK_CONTROL)

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

Kconfig definitions

At boards/arm/disco_l475_iot1/Kconfig.defconfig:15

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice CLOCK_STM32_SYSCLK_SRC
    bool
    default CLOCK_STM32_SYSCLK_SRC_MSI if BT && BOARD_DISCO_L475_IOT1
    depends on BT && BOARD_DISCO_L475_IOT1

At boards/arm/disco_l475_iot1/Kconfig.defconfig:32

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice CLOCK_STM32_SYSCLK_SRC
    bool
    default CLOCK_STM32_SYSCLK_SRC_PLL if !BT && BOARD_DISCO_L475_IOT1
    depends on !BT && BOARD_DISCO_L475_IOT1

At drivers/clock_control/Kconfig.stm32:30

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

choice CLOCK_STM32_SYSCLK_SRC
    bool
    prompt "STM32 System Clock Source" if CLOCK_CONTROL_STM32_CUBE && SOC_FAMILY_STM32 && CLOCK_CONTROL
    depends on CLOCK_CONTROL_STM32_CUBE && SOC_FAMILY_STM32 && CLOCK_CONTROL

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