:orphan: .. title:: BOARD_PICO_PI_M4 .. option:: CONFIG_BOARD_PICO_PI_M4 *Pico-PI iMX7D Dual* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_IMX7_M4 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/pico_pi_m4/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_PICO_PI_M4 bool "Pico-PI iMX7D Dual" depends on \ :option:`SOC_SERIES_IMX7_M4 ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*