arch/stm32: add common STM32 Kconfig support

Add the shared STM32 Kconfig include and introduce the hidden
common ARCH_CHIP_STM32 selector used by concrete STM32 families.

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl
2026-06-24 23:14:35 +08:00
committed by Xiang Xiao
parent 7c2100462a
commit f13f5d91e2
3 changed files with 1335 additions and 1009 deletions
+3
View File
@@ -1746,6 +1746,9 @@ endif
if ARCH_CHIP_STM32WL5
source "arch/arm/src/stm32wl5/Kconfig"
endif
if ARCH_CHIP_STM32
source "arch/arm/src/common/stm32/Kconfig"
endif
if ARCH_CHIP_STR71X
source "arch/arm/src/str71x/Kconfig"
endif
File diff suppressed because it is too large Load Diff
+25 -1009
View File
File diff suppressed because it is too large Load Diff