boards: arm: stm32f412 boards change Kconfig

This changes is an adaptation for the different boards
based on the SOC_STM32F412ZG that has been redifined
to SOC_STM32F412ZX

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2021-09-30 11:55:11 +02:00 committed by Christopher Friedt
commit e9945df6ff
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F412CG=y
CONFIG_SOC_STM32F412CX=y
# Enable MPU
CONFIG_ARM_MPU=y

View file

@ -5,4 +5,4 @@
config BOARD_96B_ARGONKEY
bool "96Boards Argonkey"
depends on SOC_STM32F412CG
depends on SOC_STM32F412CX

View file

@ -5,4 +5,4 @@
config BOARD_NUCLEO_F412ZG
bool "NUCLEO-144 F412ZG Development Board"
depends on SOC_STM32F412ZG
depends on SOC_STM32F412ZX

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F412ZG=y
CONFIG_SOC_STM32F412ZX=y
# Enable MPU
CONFIG_ARM_MPU=y

View file

@ -4,4 +4,4 @@
config BOARD_STM32F412G_DISCO
bool "STM32F412G-DISCO Development Board"
depends on SOC_STM32F412ZG
depends on SOC_STM32F412ZX

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32F4X=y
CONFIG_SOC_STM32F412ZG=y
CONFIG_SOC_STM32F412ZX=y
# Enable MPU
CONFIG_ARM_MPU=y