fd43c725d2
Add driver for MEC172x QMSPI with local DMA(LDMA). The driver support SPI asynchronous operation. Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
# Microchip XEC QMSPI
|
|
|
|
# Copyright (c) 2019 Microchip Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_XEC_QMSPI
|
|
bool "Microchip XEC QMSPI driver"
|
|
default y
|
|
depends on SOC_SERIES_MEC1501X
|
|
select DMA if SPI_ASYNC
|
|
help
|
|
Enable support for the Microchip XEC QMSPI driver.
|