1# Copyright (c) 2019-2020 Cobham Gaisler AB 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_GR716A 5 6config SOC 7 default "gr716a" 8 9config SPARC_NWIN 10 default 31 11 12config SYS_CLOCK_HW_CYCLES_PER_SEC 13 int 14 default 50000000 15 16endif 17