23 lines
378 B
Plaintext
23 lines
378 B
Plaintext
# STMicroelectronics STM32WL MCU line
|
|
|
|
# Copyright (c) 2020 STMicroelectronics.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "STM32WLx MCU Selection"
|
|
depends on SOC_SERIES_STM32WLX
|
|
|
|
config SOC_STM32WLE4XX
|
|
bool "STM32WLE4XX"
|
|
|
|
config SOC_STM32WLE5XX
|
|
bool "STM32WLE5XX"
|
|
|
|
config SOC_STM32WL54XX
|
|
bool "STM32WL54XX"
|
|
|
|
config SOC_STM32WL55XX
|
|
bool "STM32WL55XX"
|
|
|
|
endchoice
|