zephyr/soc/arm/st_stm32/stm32l5/Kconfig.soc

17 lines
284 B
Plaintext

# ST Microelectronics STM32L5 MCU line
# Copyright (c) 2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
choice
prompt "STM32L5x MCU Selection"
depends on SOC_SERIES_STM32L5X
config SOC_STM32L552XX
bool "STM32L552XX"
config SOC_STM32L562XX
bool "STM32L562XX"
endchoice