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:
parent
dbad99ec92
commit
b20f288a2b
4 changed files with 5 additions and 5 deletions
|
@ -7,4 +7,4 @@
|
|||
|
||||
config BOARD_NUCLEO_WB55RG
|
||||
bool "Nucleo WB55RG Development Board"
|
||||
depends on SOC_STM32WB55XG
|
||||
depends on SOC_STM32WB55XX
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,7 +9,7 @@ choice
|
|||
prompt "STM32WBx MCU Selection"
|
||||
depends on SOC_SERIES_STM32WBX
|
||||
|
||||
config SOC_STM32WB55XG
|
||||
config SOC_STM32WB55XX
|
||||
bool "STM32WB55XX"
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue