1# STMicroelectronics STM32WL MCU series
2
3# Copyright (c) 2020 STMicroelectronics.
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_SERIES_STM32WLX
7	bool "STM32WLx Series MCU"
8	select ARM
9	select CPU_CORTEX_M4
10	select CPU_CORTEX_M_HAS_DWT
11	select SOC_FAMILY_STM32
12	select HAS_STM32CUBE
13	select CPU_HAS_ARM_MPU
14	select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
15	help
16	  Enable support for STM32WL MCU series
17