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 <florian.vaussard@heig-vd.ch>
This commit is contained in:
Florian Vaussard 2017-05-11 15:03:37 +02:00 committed by Anas Nashif
commit fd5011ebf7

View file

@ -13,7 +13,7 @@ config SOC_STM32F401XE
bool "STM32F401XE" bool "STM32F401XE"
config SOC_STM32F407XG config SOC_STM32F407XG
bool "STM32F407XX" bool "STM32F407XG"
config SOC_STM32F411XE config SOC_STM32F411XE
bool "STM32F411XE" bool "STM32F411XE"