1# ST Microelectronics STM32F1 MCU line
2
3# Copyright (c) 2016 Open-RnD Sp. z o.o.
4# SPDX-License-Identifier: Apache-2.0
5
6# Kconfig symbols common to STM32F1 series
7
8if SOC_SERIES_STM32F1X
9
10rsource "Kconfig.defconfig.stm32f1*"
11
12# adjust the fallback because of the LSI oscaillator characteristics
13config TASK_WDT_HW_FALLBACK_DELAY
14	depends on TASK_WDT_HW_FALLBACK
15	default 200
16
17endif # SOC_SERIES_STM32F1X
18