zephyr/arch/arm/soc/st_stm32/Kconfig

20 lines
335 B
Plaintext
Raw Normal View History

# 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"