1# ODROID-GO Game Kit configuration
2
3# Copyright (c) 2019 Yannis Damigos
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_ODROID_GO
7 bool "ODROID-GO Game Kit"
8 depends on SOC_SERIES_ESP32
9
10choice SOC_PART_NUMBER
11 default SOC_ESP32_WROVER_E_N16R2
12endchoice
13