2020-10-17 03:05:48 +08:00
|
|
|
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_GR716A_MINI
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "gr716a_mini"
|
|
|
|
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
|
|
default 20000000
|
|
|
|
|
2021-01-05 23:29:56 +08:00
|
|
|
config UART_INTERRUPT_DRIVEN
|
|
|
|
default y
|
|
|
|
|
2020-10-17 03:05:48 +08:00
|
|
|
endif
|