zephyr/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4s5xx
Francois Ramu c0d939ef0a soc: arm: stm32l4s5 new supported device
this patch introduces the stm32L4S5xx soc
from STMicroelectronics (based on the stm32l4r5)

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-06-16 17:48:31 -05:00

15 lines
226 B
Plaintext

# ST Microelectronics STM32L4S5xx MCU
# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32L4S5XX
config SOC
default "stm32l4s5xx"
config NUM_IRQS
default 95
endif # SOC_STM32L4S5XX