On 5/8/25 23:23, Johannes Krottmayer wrote: > 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" Add this new line respecting alphabetical order With that fix : Reviewed-by: Patrice Chotard <[email protected]> Thanks Patrice > > endif
- Re: [PATCH 05/10] board: st: add STM32H747 discov... Patrice CHOTARD
- [PATCH 04/10] arm: mach-stm32: add stm32h7 subdirector... Johannes Krottmayer
- [PATCH 06/10] configs: add STM32H747 discovery board Johannes Krottmayer
- Re: [PATCH 06/10] configs: add STM32H747 discover... Patrice CHOTARD
- [PATCH 08/10] arm: dts: add STM32H747 discovery board Johannes Krottmayer
- [PATCH 10/10] dts: upstream: arm: st: stm32h7-pinctrl:... Johannes Krottmayer
- [PATCH 09/10] dts: upstream: arm: st: add STM32H747 di... Johannes Krottmayer
- Re: [PATCH 09/10] dts: upstream: arm: st: add STM... Quentin Schulz
- Re: [PATCH 09/10] dts: upstream: arm: st: add... Johannes Krottmayer
- [PATCH 03/10] arm: mach-stm32: stm32h7: add STM32H747-... Johannes Krottmayer
- Re: [PATCH 03/10] arm: mach-stm32: stm32h7: add S... Patrice CHOTARD
- [PATCH 07/10] include: configs: add STM32H747 discover... Johannes Krottmayer
- Re: [PATCH 07/10] include: configs: add STM32H747... Patrice CHOTARD
- [PATCH 01/10] arm: mach-stm32: stm32h7: add initial lo... Johannes Krottmayer
- Re: [PATCH 01/10] arm: mach-stm32: stm32h7: add i... Patrice CHOTARD

