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