19 lines
318 B
Plaintext
19 lines
318 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
|
|
|
|
rsource "Kconfig.defconfig.stm32g4*"
|
|
|
|
if PM
|
|
config PM_DEVICE
|
|
default y
|
|
|
|
config STM32_LPTIM_TIMER
|
|
default y
|
|
endif # PM
|
|
|
|
endif # SOC_SERIES_STM32G4X
|