From fd5011ebf7a92d83b8de71c0e09cdcb75ca4a161 Mon Sep 17 00:00:00 2001 From: Florian Vaussard Date: Thu, 11 May 2017 15:03:37 +0200 Subject: [PATCH] soc: stm32f407xg: finish SOC renaming Commit 599149dfb831 ("soc: stm32f407xg: rename SOC config flag") renamed SOC_STM32F407XX to SOC_STM32F407XG but the text of the option should be changed as well to reflect this restriction in scope. Change-Id: Id03529452f5ec7d7ffee214b152c4aa555e1208a Signed-off-by: Florian Vaussard --- arch/arm/soc/st_stm32/stm32f4/Kconfig.soc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc b/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc index 470a5ac67e8..27e843fce54 100644 --- a/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc +++ b/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc @@ -13,7 +13,7 @@ config SOC_STM32F401XE bool "STM32F401XE" config SOC_STM32F407XG - bool "STM32F407XX" + bool "STM32F407XG" config SOC_STM32F411XE bool "STM32F411XE"