zephyr/soc/arm/st_stm32/stm32l4/Kconfig.soc
Armando Visconti 79c24e3e5e soc: arm: st: add stm32l4r9xx support
Add support for ST stm32l4r9xx System-on-Chip.

See http://www.st.com/en/microcontrollers/stm32l4r9-s9.html
for more details.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2019-09-19 09:47:45 -05:00

42 lines
730 B
Text

# Kconfig - ST Microelectronics STM32L4 MCU line
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
# Copyright (c) 2019 Centaur Analytics, Inc
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32L4x MCU Selection"
depends on SOC_SERIES_STM32L4X
config SOC_STM32L476XX
bool "STM32L476X"
config SOC_STM32L496XX
bool "STM32L496XX"
config SOC_STM32L432XX
bool "STM32L432XX"
config SOC_STM32L433XX
bool "STM32L433XX"
config SOC_STM32L452XX
bool "STM32L452XX"
config SOC_STM32L475XX
bool "STM32L475XX"
config SOC_STM32L4R5XX
bool "STM32L4R5XX"
config SOC_STM32L4R9XX
bool "STM32L4R9XX"
config SOC_STM32L471XX
bool "STM32L471XX"
endchoice