CONFIG_SOC_SERIES_STM32L4X

STM32L4x Series MCU

Type: bool

Help

Enable support for STM32L4 MCU series

Direct dependencies

<choice: ARM SoC Selection>

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

Kconfig definition

At arch/arm/soc/st_stm32/stm32l4/Kconfig.series:9

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:14arch/arm/soc/st_stm32/Kconfig.soc:8

Menu path: (top menu) → ARM SoC Selection

config SOC_SERIES_STM32L4X
    bool
    prompt "STM32L4x Series MCU" if <choice: ARM SoC Selection>
    select CPU_CORTEX_M4 if <choice: ARM SoC Selection>
    select CPU_HAS_FPU if <choice: ARM SoC Selection>
    select SOC_FAMILY_STM32 if <choice: ARM SoC Selection>
    select SYS_POWER_LOW_POWER_STATE_SUPPORTED if <choice: ARM SoC Selection>
    select HAS_STM32CUBE if <choice: ARM SoC Selection>
    select CPU_HAS_MPU if <choice: ARM SoC Selection>
    select CPU_HAS_SYSTICK if <choice: ARM SoC Selection>
    select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL && <choice: ARM SoC Selection>
    depends on <choice: ARM SoC Selection>
    help
      Enable support for STM32L4 MCU series

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