17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
|
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_GR716A
|
||
|
|
||
|
config SOC
|
||
|
default "gr716a"
|
||
|
|
||
|
config SPARC_NWIN
|
||
|
default 31
|
||
|
|
||
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||
|
int
|
||
|
default 50000000
|
||
|
|
||
|
endif
|