1# Copyright (c) 2019-2020 Cobham Gaisler AB
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_LEON3
5
6config SOC
7	default "leon3"
8
9config SYS_CLOCK_HW_CYCLES_PER_SEC
10	default 40000000
11
12endif
13