blob: 873acabf34c66b56d42fcf1ab9bdee6f3402248f [file] [log] [blame]
# ST Microelectronics STM32L1 MCU line
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_STM32L1X
source "soc/arm/st_stm32/stm32l1/Kconfig.defconfig.stm32l1*"
config SOC_SERIES
default "stm32l1"
# adjust the fallback because of the LSI oscaillator characteristics
config TASK_WDT_HW_FALLBACK_DELAY
depends on TASK_WDT_HW_FALLBACK
default 200
endif # SOC_SERIES_STM32L1X