e13d4a14df
This adds support for the GRLIB SPIMCTRL SPI controller used in LEON and NOEL-V systems. SPIMCTRL can operate in two different modes: In the default mode it allows memory-mapped read access to the flash data. When set in the user mode, it can be used to generate SPI bus transactions. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# Copyright (c) 2023 Frontgrade Gaisler AB
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_GRLIB_SPIMCTRL
|
|
bool "GRLIB SPI memory controller"
|
|
depends on SOC_SPARC_LEON
|
|
help
|
|
Enable the GRLIB SPIMCTRL
|