1# ST Microelectronics STM32L0 MCU line 2 3# Copyright (c) 2018 Endre Karlson <endre.karlson@gmail.com> 4# SPDX-License-Identifier: Apache-2.0 5 6# Kconfig symbols common to STM32L0 series 7 8if SOC_SERIES_STM32L0X 9 10rsource "Kconfig.defconfig.stm32l0*" 11 12# adjust the fallback because of the LSI oscillator characteristics 13config TASK_WDT_HW_FALLBACK_DELAY 14 depends on TASK_WDT_HW_FALLBACK 15 default 200 16 17endif # SOC_SERIES_STM32L0X 18