zephyr/soc/arm/st_stm32/stm32g4/Kconfig.soc

14 lines
272 B
Plaintext
Raw Normal View History

# STMicroelectronics STM32G4 MCU line
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
# SPDX-License-Identifier: Apache-2.0
choice
prompt "STM32G4x MCU Selection"
depends on SOC_SERIES_STM32G4X
config SOC_STM32G431XX
bool "STM32G431XX"
endchoice