19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
# STMicroelectronics STM32G0 MCU line
|
|
|
|
# Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com>
|
|
# Copyright (c) 2019 STMicroelectronics
|
|
# Copyright (c) 2021 G-Technologies Sdn. Bhd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_STM32G0X
|
|
|
|
source "soc/arm/st_stm32/stm32g0/Kconfig.defconfig.stm32g0*"
|
|
|
|
config SOC_SERIES
|
|
default "stm32g0"
|
|
|
|
config STM32_LPTIM_TIMER
|
|
default y if PM
|
|
|
|
endif # SOC_SERIES_STM32G0X
|