12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
|
# Microchip Polarfire SOC QSPI
|
||
|
|
||
|
# Copyright (c) 2022 Microchip Technology Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config SPI_MCHP_QSPI
|
||
|
bool "Microchip Polarfire SOC QSPI driver"
|
||
|
default y
|
||
|
depends on SOC_MPFS
|
||
|
help
|
||
|
Enable support for the Polarfire SOC QSPI driver.
|