14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
# STMicroelectronics STM32G4 MCU line
|
|
|
|
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_STM32G4X
|
|
|
|
source "soc/arm/st_stm32/stm32g4/Kconfig.defconfig.stm32g4*"
|
|
|
|
config SOC_SERIES
|
|
default "stm32g4"
|
|
|
|
endif # SOC_SERIES_STM32G4X
|