blob: 1f5a00812f5f66c01eac1d17cf7831cdd9974cec [file] [log] [blame]
# 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
source "soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l0*"
config SOC_SERIES
default "stm32l0"
if GPIO_STM32
# GPIO ports A, B and C are set in ../common/Kconfig.defconfig.series
endif # GPIO_STM32
config I2C_STM32_V2
default y
depends on I2C_STM32
config DMA_STM32_V2
default y
depends on DMA_STM32
endif # SOC_SERIES_STM32L0X