:orphan: .. title:: CONFIG_SOC_SERIES_STM32WLX .. kconfig:: CONFIG_SOC_SERIES_STM32WLX CONFIG_SOC_SERIES_STM32WLX ########################## *STM32WLx Series MCU* *STM32WLx Series MCU* Type: ``bool`` Help ==== .. code-block:: none Enable support for STM32WL MCU series Help ==== .. code-block:: none Enable support for STM32WL MCU series Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`ARM ` - \ :kconfig:`CPU_CORTEX_M4 ` - \ :kconfig:`CPU_CORTEX_M_HAS_DWT ` - \ :kconfig:`SOC_FAMILY_STM32 ` - \ :kconfig:`HAS_STM32CUBE ` - \ :kconfig:`CPU_HAS_ARM_MPU ` - \ :kconfig:`CLOCK_CONTROL_STM32_CUBE ` if \ :kconfig:`CLOCK_CONTROL ` - \ :kconfig:`ARM ` - \ :kconfig:`CPU_CORTEX_M4 ` - \ :kconfig:`CPU_CORTEX_M_HAS_DWT ` - \ :kconfig:`SOC_FAMILY_STM32 ` - \ :kconfig:`HAS_STM32CUBE ` - \ :kconfig:`CPU_HAS_ARM_MPU ` - \ :kconfig:`CLOCK_CONTROL_STM32_CUBE ` if \ :kconfig:`CLOCK_CONTROL ` Kconfig definitions =================== At ``/arm/st_stm32/stm32wl/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` → ``/arm/st_stm32/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_STM32WLX bool "STM32WLx Series MCU" select ARM select CPU_CORTEX_M4 select CPU_CORTEX_M_HAS_DWT select SOC_FAMILY_STM32 select HAS_STM32CUBE select CPU_HAS_ARM_MPU select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL depends on help Enable support for STM32WL MCU series ---- At ``/arm/st_stm32/stm32wl/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` → ``/arm/st_stm32/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_STM32WLX bool "STM32WLx Series MCU" select ARM select CPU_CORTEX_M4 select CPU_CORTEX_M_HAS_DWT select SOC_FAMILY_STM32 select HAS_STM32CUBE select CPU_HAS_ARM_MPU select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL depends on help Enable support for STM32WL MCU series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*