blob: 032ea31ff0b4d29ac130300e646b195e0d99fef0 [file] [log] [blame]
# 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