CONFIG_STM32H7_DUAL_CORE

Enable Dual Core

Type: bool

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/arm/nucleo_h745zi_q/Kconfig.defconfig:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config STM32H7_DUAL_CORE
    bool
    default y
    depends on BOARD_NUCLEO_H745ZI_Q_M7 || BOARD_NUCLEO_H745ZI_Q_M4

At <Zephyr>/boards/arm/stm32h747i_disco/Kconfig.defconfig:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config STM32H7_DUAL_CORE
    bool
    default y
    depends on BOARD_STM32H747I_DISCO_M7 || BOARD_STM32H747I_DISCO_M4

At <Zephyr>/soc/arm/st_stm32/stm32h7/Kconfig.series:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:6<BuildDir>/Kconfig/Kconfig.soc:1<Zephyr>/soc/arm/st_stm32/Kconfig.soc:6

Menu path: (Top) → SoC/CPU/Configuration Selection → STM32H7x Series MCU

config STM32H7_DUAL_CORE
    bool "Enable Dual Core"
    depends on SOC_SERIES_STM32H7X && <choice: SoC/CPU/Configuration Selection>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)