From 1483396157b105cffee84a77f18a347cf622a22c Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 2 Sep 2024 11:11:31 +0200 Subject: [PATCH] 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 --- soc/st/stm32/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/st/stm32/Kconfig.defconfig b/soc/st/stm32/Kconfig.defconfig index 0e603ff12c2..a11cf808a6a 100644 --- a/soc/st/stm32/Kconfig.defconfig +++ b/soc/st/stm32/Kconfig.defconfig @@ -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