soc: stm32: Select CLOCK_CONTROL by default for whole family

CLOCK_CONTROL subsystem is expected to be enabled systematically on all
STM32 devices.
Make it a series default.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2024-09-02 11:11:31 +02:00 committed by Anas Nashif
commit 1483396157

View file

@ -9,6 +9,9 @@ if SOC_FAMILY_STM32
rsource "*/Kconfig.defconfig"
config CLOCK_CONTROL
default y
config CORTEX_M_SYSTICK
default n if STM32_LPTIM_TIMER