zephyr/drivers/spi/Kconfig.mchp_mss
Naga Sureshkumar Relli 4d6a8bc65a drivers: spi: Add support for Polarfire SOC SPI
Add driver for the Microchip Polarfire SOC MSS SPI controller.
The interrupts of the MSS SPI are routed through PLIC(Platform level
interrupt controller).

Tested with generic spi-nor flash driver(spi_flash) with both Fixed
flash configuration and Read flash parameters at runtime(using SFDP).

Signed-off-by: Naga Sureshkumar Relli <nagasuresh.relli@microchip.com>
2024-01-31 06:36:21 -05:00

12 lines
295 B
Plaintext

# Microchip Polarfire SOC SPI
# Copyright (c) 2022 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config SPI_MCHP_MSS
bool "Microchip Polarfire SOC SPI driver"
default y
depends on DT_HAS_MICROCHIP_MPFS_SPI_ENABLED
help
Enable support for the Polarfire SOC SPI driver.