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