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:
parent
f51e3c2960
commit
1a514a453b
4 changed files with 5 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_STM32F207XE || SOC_STM32F207XG
|
||||
if SOC_STM32F207XX
|
||||
|
||||
config SOC
|
||||
string
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue