:orphan: .. title:: CONFIG_BOARD_ODROID_GO .. kconfig:: CONFIG_BOARD_ODROID_GO CONFIG_BOARD_ODROID_GO ###################### *ODROID-GO Game Kit* Type: ``bool`` Direct dependencies =================== \ :kconfig:`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:37`` → ``/Kconfig:29`` 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.)*