blob: 62fa8c1d38df66a1c32d4041684e6663828fa7af [file] [log] [blame]
# Kconfig - ST Microelectronics STM32 MCU line
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_FAMILY_STM32
bool
# omit prompt to signify a "hidden" option
default n
if SOC_FAMILY_STM32
config SOC_FAMILY
string
default st_stm32
endif
source "arch/arm/soc/st_stm32/*/Kconfig.soc"