zephyr/soc/arm/st_stm32/stm32g0/Kconfig.defconfig.series
Francois Ramu 7ea00134f5 soc: arm: st_stm32: Add STM32G071 SoC series
This patch adds support for the STM32G071xx
 from STMicroelectronics.

Signed-off-by: Philippe Retornaz <philippe@shapescale.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com>
2019-07-05 10:35:55 -05:00

20 lines
385 B
Text

# Kconfig - STMicroelectronics STM32G0 MCU line
#
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
# Copyright (c) 2019 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_STM32G0X
source "soc/arm/st_stm32/stm32g0/Kconfig.defconfig.stm32g0*"
config SOC_SERIES
default "stm32g0"
if GPIO_STM32
endif # GPIO_STM32
endif # SOC_SERIES_STM32G0X