zephyr/drivers/spi/Kconfig.grlib_spimctrl
Martin Åberg e13d4a14df drivers/spi: Add support for GRLIB SPIMCTRL
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>
2024-02-01 14:06:38 +01:00

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