:orphan: .. title:: CONFIG_STM32H7_DUAL_CORE .. kconfig:: CONFIG_STM32H7_DUAL_CORE CONFIG_STM32H7_DUAL_CORE ######################## *Enable Dual Core* *Enable Dual Core* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOARD_NUCLEO_H745ZI_Q_M7 ` || \ :kconfig:`BOARD_NUCLEO_H745ZI_Q_M4 ` || \ :kconfig:`BOARD_STM32H747I_DISCO_M7 ` || \ :kconfig:`BOARD_STM32H747I_DISCO_M4 ` || (\ :kconfig:`SOC_SERIES_STM32H7X ` && \ :ref:` `) || (\ :kconfig:`SOC_SERIES_STM32H7X ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nucleo_h745zi_q/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config STM32H7_DUAL_CORE bool default y depends on BOARD_NUCLEO_H745ZI_Q_M7 || BOARD_NUCLEO_H745ZI_Q_M4 ---- At ``/arm/stm32h747i_disco/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config STM32H7_DUAL_CORE bool default y depends on BOARD_STM32H747I_DISCO_M7 || BOARD_STM32H747I_DISCO_M4 ---- At ``/arm/st_stm32/stm32h7/Kconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` → ``/arm/st_stm32/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection → STM32H7x Series MCU .. code-block:: kconfig config STM32H7_DUAL_CORE bool "Enable Dual Core" depends on SOC_SERIES_STM32H7X && ---- At ``/arm/st_stm32/stm32h7/Kconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` → ``/arm/st_stm32/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection → STM32H7x Series MCU .. code-block:: kconfig config STM32H7_DUAL_CORE bool "Enable Dual Core" depends on SOC_SERIES_STM32H7X && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*