20 lines
331 B
Plaintext
20 lines
331 B
Plaintext
# ST Microelectronics STM32L1 MCU line
|
|
|
|
# Copyright (c) 2019 Linaro Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "STM32L1x MCU Selection"
|
|
depends on SOC_SERIES_STM32L1X
|
|
|
|
config SOC_STM32L151X8A
|
|
bool "STM32L151X8A"
|
|
|
|
config SOC_STM32L151XB
|
|
bool "STM32L151XB"
|
|
|
|
config SOC_STM32L151XBA
|
|
bool "STM32L151XBA"
|
|
|
|
endchoice
|