zephyr/soc/arm/st_stm32/stm32g0/Kconfig.soc
Eric Hay 5f42ba52d8 soc: arm: stm32g0: add STM32G070 SoC series
This commit adds support for the STM32G070xx SoCs
by STMicroelectronics.

Signed-off-by: Eric Hay <EHay@sierrawireless.com>
2020-10-09 11:49:39 +02:00

21 lines
398 B
Plaintext

# STMicroelectronics STM32G0 MCU line
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
# Copyright (c) 2019 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
choice
prompt "STM32G0x MCU Selection"
depends on SOC_SERIES_STM32G0X
config SOC_STM32G031XX
bool "STM32G031XX"
config SOC_STM32G070XX
bool "STM32G070XX"
config SOC_STM32G071XX
bool "STM32G071XX"
endchoice