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 <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
016d048ded
commit
722310e6b1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue