From 722310e6b1d3480f8351440956931f4961756c99 Mon Sep 17 00:00:00 2001 From: Guillaume Gautier Date: Mon, 27 Jan 2025 12:22:08 +0100 Subject: [PATCH] soc: st: stm32: add a comment for kconfig source priority Add a comment describing Kconfig source order priority to prevent future questions (after overriding SYS_CLOCK_HW_CYCLES_PER_SEC config for STM32N6). Signed-off-by: Guillaume Gautier --- soc/st/stm32/Kconfig.defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/st/stm32/Kconfig.defconfig b/soc/st/stm32/Kconfig.defconfig index 0741439de6c..67879e6cf62 100644 --- a/soc/st/stm32/Kconfig.defconfig +++ b/soc/st/stm32/Kconfig.defconfig @@ -7,6 +7,8 @@ if SOC_FAMILY_STM32 +# Source series Kconfig files first, so SoCs +# can override the defaults given here rsource "*/Kconfig.defconfig" config CLOCK_CONTROL