You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
295 B
11 lines
295 B
# 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.
|
|
|