2019-11-01 13:45:29 +01:00
|
|
|
# MCUXpresso SDK SPI
|
|
|
|
|
2018-09-14 23:06:13 +02:00
|
|
|
# Copyright (c) 2018, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config SPI_MCUX_LPSPI
|
2018-09-14 23:06:13 +02:00
|
|
|
bool "MCUX SPI driver"
|
|
|
|
depends on HAS_MCUX_LPSPI && CLOCK_CONTROL
|
|
|
|
help
|
|
|
|
Enable support for mcux spi driver.
|
2021-11-01 20:53:09 +01:00
|
|
|
|
|
|
|
if SPI_MCUX_LPSPI
|
|
|
|
config SPI_MCUX_LPSPI_DMA
|
|
|
|
bool "MCUX LPSPI SPI DMA Support"
|
|
|
|
select DMA
|
|
|
|
help
|
|
|
|
Enable the SPI DMA mode for SPI instances
|
|
|
|
that enable dma channels in their device tree node.
|
|
|
|
endif # SPI_MCUX_LPSPI
|