1# STMicroelectronics STM32L1 MCU line
2
3# Copyright (c) 2019 Linaro Ltd.
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_STM32L1X
7
8rsource "Kconfig.defconfig.stm32l1*"
9
10# adjust the fallback because of the LSI oscaillator characteristics
11config TASK_WDT_HW_FALLBACK_DELAY
12	depends on TASK_WDT_HW_FALLBACK
13	default 200
14
15endif # SOC_SERIES_STM32L1X
16