Removes re-defining some Kconfigs that are already defined e.g. in arch Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
25 lines
294 B
Text
25 lines
294 B
Text
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_GR716A
|
|
|
|
config SPARC_NWIN
|
|
default 31
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 50000000
|
|
|
|
if FLASH
|
|
|
|
config SPI
|
|
default y
|
|
|
|
config SPI_NOR
|
|
default y
|
|
|
|
config SPI_GRLIB_SPIMCTRL
|
|
default y
|
|
|
|
endif
|
|
|
|
endif
|