zephyr/soc/st/stm32/stm32g4x/Kconfig
Erwan Gouriou 0e30625eec drivers: clock_control: stm32: Default driver selection out of soc
Rather setting the driver default in soc, make it directly at symbol
level rather than soc and clean up redundant `select` occurrences.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-09-06 11:25:43 -04:00

14 lines
334 B
Text

# STMicroelectronics STM32G4 MCU series
# Copyright (c) 2019 Richard Osterloh <richard.osterloh@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32G4X
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_FPU
select HAS_STM32CUBE
select CPU_HAS_ARM_MPU
select HAS_PM
select HAS_SWO