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 SYS_CLOCK_HW_CYCLES_PER_SEC
10	int
11	default 50000000
12
13if FLASH
14
15config SPI
16	default y
17
18config SPI_NOR
19	default y
20
21config SPI_GRLIB_SPIMCTRL
22	default y
23
24endif
25
26endif
27