12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
|
# Kconfig - ODROID-GO Game Kit configuration
|
||
|
#
|
||
|
# Copyright (c) 2019 Yannis Damigos
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_ODROID_GO
|
||
|
|
||
|
config BOARD
|
||
|
default "odroid-go"
|
||
|
|
||
|
endif # BOARD_ODROID_GO
|