:orphan: .. title:: BOARD_IT8XXX2_EVB .. option:: CONFIG_BOARD_IT8XXX2_EVB *IT8XXX2 EV-board* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_IT8XXX2 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/riscv/it8xxx2_evb/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_IT8XXX2_EVB bool "IT8XXX2 EV-board" depends on \ :option:`SOC_IT8XXX2 ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*