Add initial support for the STM32H747-DISCO board in Kconfig.
Signed-off-by: Johannes Krottmayer <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Cc: Patrice Chotard <[email protected]>
---
arch/arm/mach-stm32/stm32h7/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/mach-stm32/stm32h7/Kconfig
b/arch/arm/mach-stm32/stm32h7/Kconfig
index 70233a4b23c..281906d8595 100644
--- a/arch/arm/mach-stm32/stm32h7/Kconfig
+++ b/arch/arm/mach-stm32/stm32h7/Kconfig
@@ -9,8 +9,13 @@ config TARGET_STM32H743_EVAL
config TARGET_STM32H750_ART_PI
bool "STM32H750 ART Pi board"
+config TARGET_STM32H747_DISCO
+ bool "STM32H747 Discovery board"
+ select ARCH_VERY_EARLY_INIT
+
source "board/st/stm32h743-eval/Kconfig"
source "board/st/stm32h743-disco/Kconfig"
source "board/st/stm32h750-art-pi/Kconfig"
+source "board/st/stm32h747-disco/Kconfig"
endif
--
2.39.5