The board is called STM32MP135 and there is currently no STM32MP137. The typo was likely caused by copy-pasting from the STM32MP15x, which has STM32MP157. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/mach-stm32mp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index bc0a48d64c82..524d282a1db8 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -16,7 +16,7 @@ config ARCH_STM32MP157 config MACH_STM32MP13XX_DK select ARCH_STM32MP13 - bool "STM32MP137F DK board" + bool "STM32MP135F DK board" config MACH_STM32MP15XX_DKX select ARCH_STM32MP157 -- 2.39.2