:orphan: .. title:: STM32H7_DUAL_CORE .. option:: CONFIG_STM32H7_DUAL_CORE *Enable Dual Core* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_NUCLEO_H745ZI_Q_M7 ` || \ :option:`BOARD_NUCLEO_H745ZI_Q_M4 ` || \ :option:`BOARD_STM32H747I_DISCO_M7 ` || \ :option:`BOARD_STM32H747I_DISCO_M4 ` || (\ :option:`SOC_SERIES_STM32H7X ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/nucleo_h745zi_q/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config STM32H7_DUAL_CORE bool default y depends on \ :option:`BOARD_NUCLEO_H745ZI_Q_M7 ` || \ :option:`BOARD_NUCLEO_H745ZI_Q_M4 ` ---- At ``boards/arm/stm32h747i_disco/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config STM32H7_DUAL_CORE bool default y depends on \ :option:`BOARD_STM32H747I_DISCO_M7 ` || \ :option:`BOARD_STM32H747I_DISCO_M4 ` ---- At ``soc/arm/st_stm32/stm32h7/Kconfig.series:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:6`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc:1`` → ``soc/arm/st_stm32/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection → STM32H7x Series MCU .. parsed-literal:: config STM32H7_DUAL_CORE bool "Enable Dual Core" depends on \ :option:`SOC_SERIES_STM32H7X ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*