11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
|
# Copyright 2022 HNU-ESNL
|
||
|
# Copyright 2022 openEuler SIG-Zephyr
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_ROC_RK3568_PC
|
||
|
|
||
|
config BOARD
|
||
|
default "roc_rk3568_pc"
|
||
|
|
||
|
endif # BOARD_ROC_RK3568_PC
|