zephyr/soc/arm/st_stm32/stm32l5/Kconfig.series
Erwan Gouriou 3057d801c7 soc/arm/st_stm32: Add stm32l5 series soc support
This provides basic stm32l5 series SoC support.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-05-08 00:34:34 -05:00

19 lines
413 B
Plaintext

# ST Microelectronics STM32L5 MCU series
# Copyright (c) 2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32L5X
bool "STM32L5x Series MCU"
select ARM
select CPU_CORTEX_M33
select SOC_FAMILY_STM32
select ARM_TRUSTZONE_M
select CPU_HAS_ARM_SAU
select CPU_HAS_ARM_MPU
select CPU_HAS_FPU
select ARMV8_M_DSP
select HAS_STM32CUBE
help
Enable support for STM32L5 MCU series