zephyr/arch/arm/soc/st_stm32/stm32l4/Kconfig.soc
Erwan Gouriou 92c7ef5939 arch: stm32: l4: factorize HAS_STM32CUBE
In L4 series, select HAS_STM32CUBE is done per soc.
This could be factorized in Kconfig.series.
Aim is  to lower the steps to add a new SoC.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-07-26 09:52:59 -05:00

25 lines
427 B
Text

# Kconfig - ST Microelectronics STM32L4 MCU line
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32L4x MCU Selection"
depends on SOC_SERIES_STM32L4X
config SOC_STM32L476XG
bool "STM32L476XG"
config SOC_STM32L496XG
bool "STM32L496XG"
config SOC_STM32L432XC
bool "STM32L432XC"
config SOC_STM32L475XG
bool "STM32L475XG"
endchoice