:orphan: .. title:: BOARD_ODROID_GO .. option:: CONFIG_BOARD_ODROID_GO *ODROID-GO Game Kit* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_ESP32 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/xtensa/odroid_go/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_ODROID_GO bool "ODROID-GO Game Kit" depends on SOC_ESP32 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*