1# Copyright (c) 2019-2020 Cobham Gaisler AB
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_GR716A
5
6config SPARC_NWIN
7	default 31
8
9config SPARC_SVT
10	default y
11
12config SYS_CLOCK_HW_CYCLES_PER_SEC
13	default 50000000
14
15if FLASH
16
17config SPI
18	default y
19
20config SPI_NOR
21	default y
22
23config SPI_GRLIB_SPIMCTRL
24	default y
25
26endif
27
28endif
29