1# STMicroelectronics STM32G4 MCU line 2 3# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com> 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_SERIES_STM32G4X 7 8rsource "Kconfig.defconfig.stm32g4*" 9 10if PM 11config PM_DEVICE 12 default y 13 14config STM32_LPTIM_TIMER 15 default y 16endif # PM 17 18endif # SOC_SERIES_STM32G4X 19