soc: stm32: STM32F2: Remove useless package digit

Fixes #16733, applied to STM32F2 series.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-06-17 11:59:42 +02:00 committed by Anas Nashif
commit 1a514a453b
4 changed files with 5 additions and 8 deletions

View file

@ -7,4 +7,4 @@
config BOARD_NUCLEO_F207ZG
bool "NUCLEO-144 F207ZG Development Board"
depends on SOC_STM32F207XG
depends on SOC_STM32F207XX

View file

@ -3,7 +3,7 @@
CONFIG_ARM=y
CONFIG_BOARD_NUCLEO_F207ZG=y
CONFIG_SOC_SERIES_STM32F2X=y
CONFIG_SOC_STM32F207XG=y
CONFIG_SOC_STM32F207XX=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=120000000
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000

View file

@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F207XE || SOC_STM32F207XG
if SOC_STM32F207XX
config SOC
string

View file

@ -9,10 +9,7 @@ choice
prompt "STM32F2X MCU Selection"
depends on SOC_SERIES_STM32F2X
config SOC_STM32F207XE
bool "STM32F207XE"
config SOC_STM32F207XG
bool "STM32F207XG"
config SOC_STM32F207XX
bool "STM32F207XX"
endchoice