-
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.)
Defaults¶
Choice options¶
Kconfig definitions¶
At boards/arm/disco_l475_iot1/Kconfig.defconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice CLOCK_STM32_SYSCLK_SRC bool defaultCLOCK_STM32_SYSCLK_SRC_MSI
ifBT
&&BOARD_DISCO_L475_IOT1
depends onBT
&&BOARD_DISCO_L475_IOT1
At boards/arm/disco_l475_iot1/Kconfig.defconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice CLOCK_STM32_SYSCLK_SRC bool defaultCLOCK_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:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:52
→ drivers/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" ifCLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
depends onCLOCK_CONTROL_STM32_CUBE
&&SOC_FAMILY_STM32
&&CLOCK_CONTROL
(Definitions include propagated dependencies, including from if’s and menus.)