soc: stm32: STM32WB: Remove useless package digit

Fixes #16733, applied to STM32WB series.

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

View file

@ -7,4 +7,4 @@
config BOARD_NUCLEO_WB55RG
bool "Nucleo WB55RG Development Board"
depends on SOC_STM32WB55XG
depends on SOC_STM32WB55XX

View file

@ -1,6 +1,6 @@
CONFIG_ARM=y
CONFIG_SOC_SERIES_STM32WBX=y
CONFIG_SOC_STM32WB55XG=y
CONFIG_SOC_STM32WB55XX=y
CONFIG_CORTEX_M_SYSTICK=y
# 32MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000000

View file

@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32WB55XG
if SOC_STM32WB55XX
config SOC
string
@ -15,4 +15,4 @@ config NUM_IRQS
int
default 63
endif # SOC_STM32WB55XG
endif # SOC_STM32WB55XX

View file

@ -9,7 +9,7 @@ choice
prompt "STM32WBx MCU Selection"
depends on SOC_SERIES_STM32WBX
config SOC_STM32WB55XG
config SOC_STM32WB55XX
bool "STM32WB55XX"
endchoice