Files
zephyr/soc/st/stm32/stm32l0/Kconfig.defconfig
Erwan Gouriou 4a65f55916 soc: st: Migrate stm32l0 series to new hw model
Migrate STM2L0 series to new HW model.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-03-01 15:49:59 +01:00

18 lines
423 B
Plaintext

# ST Microelectronics STM32L0 MCU line
# Copyright (c) 2018 Endre Karlson <endre.karlson@gmail.com>
# SPDX-License-Identifier: Apache-2.0
# Kconfig symbols common to STM32L0 series
if SOC_SERIES_STM32L0X
rsource "Kconfig.defconfig.stm32l0*"
# adjust the fallback because of the LSI oscillator characteristics
config TASK_WDT_HW_FALLBACK_DELAY
depends on TASK_WDT_HW_FALLBACK
default 200
endif # SOC_SERIES_STM32L0X