12 lines
295 B
Plaintext
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.
|