2016-03-03 15:32:21 +01:00
|
|
|
# Kconfig - ST Microelectronics STM32 MCU line
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
|
|
#
|
2017-01-18 17:01:01 -08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-03-03 15:32:21 +01:00
|
|
|
#
|
|
|
|
|
2016-04-02 22:29:40 -04:00
|
|
|
config SOC_FAMILY_STM32
|
2016-03-03 15:32:21 +01:00
|
|
|
bool
|
|
|
|
# omit prompt to signify a "hidden" option
|
|
|
|
default n
|
|
|
|
|
2016-04-02 23:36:02 -04:00
|
|
|
if SOC_FAMILY_STM32
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
|
|
|
default st_stm32
|
|
|
|
endif
|
|
|
|
|
|
|
|
source "arch/arm/soc/st_stm32/*/Kconfig.soc"
|