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