soc: st: stm32: stm32f4: change SOC_STM32F405XG to SOC_STM32F405XX

Change SOC_STM32F405XG flag to SOC_STM32F405XX since it refers to SoC
stm32f405xx in kconfig.soc

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni
2024-02-07 18:00:55 +01:00
committed by Jamie McCrae
parent a1712cdd53
commit e9094afc4d
5 changed files with 7 additions and 7 deletions

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_ADAFRUIT_FEATHER_STM32F405
select SOC_STM32F405XG
select SOC_STM32F405XX

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_OLIMEX_STM32_H405
select SOC_STM32F405XG
select SOC_STM32F405XX

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_OLIMEX_STM32_P405
select SOC_STM32F405XG
select SOC_STM32F405XX

View File

@@ -3,9 +3,9 @@
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32F405XG
if SOC_STM32F405XX
config NUM_IRQS
default 82
endif # SOC_STM32F405XG
endif # SOC_STM32F405XX

View File

@@ -18,7 +18,7 @@ config SOC_STM32F401XE
bool
select SOC_SERIES_STM32F4X
config SOC_STM32F405XG
config SOC_STM32F405XX
bool
select SOC_SERIES_STM32F4X
@@ -93,7 +93,7 @@ config SOC_STM32F469XX
config SOC
default "stm32f401xc" if SOC_STM32F401XC
default "stm32f401xe" if SOC_STM32F401XE
default "stm32f405xx" if SOC_STM32F405XG
default "stm32f405xx" if SOC_STM32F405XX
default "stm32f407xx" if SOC_STM32F407XE
default "stm32f407xx" if SOC_STM32F407XG
default "stm32f410rx" if SOC_STM32F410RX