zephyr/arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.series

31 lines
496 B
Plaintext
Raw Normal View History

# Kconfig - ST Microelectronics STM32L4 MCU line
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_STM32L4X
source "arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l4*"
config SOC_SERIES
default stm32l4
if I2C && (I2C_1 || I2C_2 || I2C_3)
config I2C_STM32_V2
def_bool y
endif # I2C
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
endif # ENTROPY_GENERATOR
endif # SOC_SERIES_STM32L4X