zephyr/soc/st/stm32/stm32wlx/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

13 lines
293 B
Text

# STMicroelectronics STM32WL MCU series
# Copyright (c) 2020 STMicroelectronics.
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32WLX
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_DWT
select HAS_STM32CUBE
select CPU_HAS_ARM_MPU
select HAS_PM
select HAS_POWEROFF