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