:orphan: .. title:: BOARD_NUCLEO_H745ZI_Q_M4 .. option:: CONFIG_BOARD_NUCLEO_H745ZI_Q_M4 *NUCLEO-H745ZI-Q Development Board* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_STM32H745XX ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CPU_CORTEX_M4 ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nucleo_h745zi_q/Kconfig.board:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_NUCLEO_H745ZI_Q_M4 bool "NUCLEO-H745ZI-Q Development Board" select \ :option:`CPU_CORTEX_M4 ` depends on \ :option:`SOC_STM32H745XX ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*