16 lines
316 B
Plaintext
16 lines
316 B
Plaintext
# ST Microelectronics STM32F1 MCU line
|
|
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Kconfig symbols common to STM32F1 series
|
|
|
|
if SOC_SERIES_STM32F1X
|
|
|
|
source "soc/arm/st_stm32/stm32f1/Kconfig.defconfig.stm32f1*"
|
|
|
|
config SOC_SERIES
|
|
default "stm32f1"
|
|
|
|
endif # SOC_SERIES_STM32F1X
|