:orphan: .. title:: choice: Board Firmware Version .. _choice_26: .. describe:: choice: Board Firmware Version *Board Firmware Version* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_EM_STARTERKIT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BOARD_EM_STARTERKIT_R23 ` Choice options ============== - \ :option:`BOARD_EM_STARTERKIT_R22 ` - \ :option:`BOARD_EM_STARTERKIT_R23 ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arc/em_starterkit/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: choice bool "Board Firmware Version" default \ :option:`BOARD_EM_STARTERKIT_R23 ` depends on \ :option:`BOARD_EM_STARTERKIT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*