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

@ -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