Skip to content

Commit 722310e

Browse files
gautierg-stkartben
authored andcommitted
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 <[email protected]>
1 parent 016d048 commit 722310e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soc/st/stm32/Kconfig.defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
if SOC_FAMILY_STM32
99

10+
# Source series Kconfig files first, so SoCs
11+
# can override the defaults given here
1012
rsource "*/Kconfig.defconfig"
1113

1214
config CLOCK_CONTROL

0 commit comments

Comments
 (0)