1# ST Microelectronics STM32L4 MCU line 2 3# Copyright (c) 2016 Open-RnD Sp. z o.o. 4# Copyright (c) 2016 BayLibre, SAS 5# SPDX-License-Identifier: Apache-2.0 6 7# Kconfig symbols common to STM32L4 series 8 9if SOC_SERIES_STM32L4X 10 11source "soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4*" 12 13config SOC_SERIES 14 default "stm32l4" 15 16endif # SOC_SERIES_STM32L4X 17