|
# ODROID-GO Game Kit configuration
|
|
|
|
# Copyright (c) 2019 Yannis Damigos
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ODROID_GO
|
|
bool "ODROID-GO Game Kit"
|
|
depends on SOC_SERIES_ESP32
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32_WROVER_E_N16R2
|
|
endchoice
|